[#CSerializedNetMsg] = CSerializedNetMsg :mrdocs: A fully serialized network message, ready to be handed to the transport. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CSerializedNetMsg; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CSerializedNetMsg/2constructor-0c.adoc[`CSerializedNetMsg`] [.small]#[constructor]# | Constructors | xref:CSerializedNetMsg/operator_assign-04.adoc[`operator=`] | Assignment operators | xref:CSerializedNetMsg/Copy.adoc[`Copy`] | Return an explicit deep copy of this message. | xref:CSerializedNetMsg/GetMemoryUsage.adoc[`GetMemoryUsage`] | Compute total memory usage of this object (own memory + any dynamic memory). |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:CSerializedNetMsg/data.adoc[`data`] | Serialized message payload bytes. | xref:CSerializedNetMsg/m_type.adoc[`m_type`] | Message type (command) string. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:NetMsg/Make.adoc[`NetMsg::Make`] | Build a serialized network message of the given type from its payload. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#