A fully serialized network message, ready to be handed to the transport.
Declared in <net.h>
struct CSerializedNetMsg;
| Name | Description |
|---|---|
CSerializedNetMsg [constructor] | Constructors |
operator= | Assignment operators |
Copy | Return an explicit deep copy of this message. |
GetMemoryUsage | Compute total memory usage of this object (own memory + any dynamic memory). |
| Name | Description |
|---|---|
data | Serialized message payload bytes. |
m_type | Message type (command) string. |
| Name | Description |
|---|---|
NetMsg::Make | Build a serialized network message of the given type from its payload. |