Public Attributes | |
int | m_payloadLength |
int | m_compressedPayloadLength |
RmiID | m_rmiID |
const PNTCHAR * | m_rmiName |
EncryptMode | m_encryptMode |
CompressMode | m_compressMode |
This is a quick summary of messages being sent. For instance, when tracking RMI log, this shows a summary of the sent messages to user such as which type they are in.
int Proud::MessageSummary::m_compressedPayloadLength |
Size of compressed message. This doesn't include other classes than the ProudNet message class.
CompressMode Proud::MessageSummary::m_compressMode |
The compressed method of a message.
EncryptMode Proud::MessageSummary::m_encryptMode |
The encrypted method of a message.
int Proud::MessageSummary::m_payloadLength |
Size of message. This doesn't include other classes than the ProudNet message class.
RmiID Proud::MessageSummary::m_rmiID |
RMI ID if a message is RMI.
const PNTCHAR* Proud::MessageSummary::m_rmiName |
RMI function name if a message is RMI.