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

Synopsis

Declared in <net.h>

struct CSerializedNetMsg;

Member Functions

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

Data Members

Name

Description

data

Serialized message payload bytes.

m_type

Message type (command) string.

Non-Member Functions

Name

Description

NetMsg::Make

Build a serialized network message of the given type from its payload.

Created with MrDocs