CSerializedNetMsg

A fully serialized network message, ready to be handed to the transport.

Synopsis

Declared in <net.h>

struct CSerializedNetMsg;

Member Functions

NameDescription
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).

Data Members

NameDescription
data Serialized message payload bytes.
m_type Message type (command) string.

Non-Member Functions

NameDescription
NetMsg::MakeBuild a serialized network message of the given type from its payload.