A fully serialized network message, ready to be handed to the transport.
Synopsis
Declared in <net.h>
struct CSerializedNetMsg;
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Return an explicit deep copy of this message. |
|
Compute total memory usage of this object (own memory + any dynamic memory). |
Data Members
Name |
Description |
Serialized message payload bytes. |
|
Message type (command) string. |
Non-Member Functions
Name |
Description |
Build a serialized network message of the given type from its payload. |
Created with MrDocs