Transport protocol agnostic message container. Ideally it should only contain receive time, payload, type and size.
Synopsis
Declared in <net.h>
class CNetMessage;
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Compute total memory usage of this object (own memory + any dynamic memory). |
Data Members
Name |
Description |
size of the payload |
|
used wire size of the message (including header/checksum) |
|
received message data |
|
time of message receipt |
|
message type (command) string |
Created with MrDocs