16 SendFileResponse :: {
…}
25 SendFileResponse :: {
…}
40 m_status(obj.m_status),
41 m_context(obj.m_context)
37 SendFileResponse :: {
…}
61 bool SendFileResponse ::
61 bool SendFileResponse :: {
…}
70 bool SendFileResponse ::
73 return !(*
this == obj);
70 bool SendFileResponse :: {
…}
96 status = buffer.
serialize(this->m_status);
100 status = buffer.
serialize(this->m_context);
125#if FW_SERIALIZABLE_TO_STRING
127 void SendFileResponse ::
130 static const char* formatString =
133 "context = %" PRIu32
""
140 this->m_status.toString(statusStr);
155 void SendFileResponse ::
161 this->m_status = status;
162 this->m_context = context;
155 void SendFileResponse :: {
…}
165 void SendFileResponse ::
168 this->m_status = status;
165 void SendFileResponse :: {
…}
171 void SendFileResponse ::
172 setcontext(U32 context)
174 this->m_context = context;
171 void SendFileResponse :: {
…}
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
void format(const CHAR *formatString,...)
write formatted string to buffer
const char * toChar() const
Send file response struct.
Svc::SendFileStatus m_status
SerializeStatus
forward declaration for string
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.