CTR Pia  4.11.3
Game Communication Engine
nn::pia::transport::PacketAnalysisData::Entry Struct Reference

Contains information required for tabulating analysis results for each ProtocolId. More...

Public Attributes

ProtocolId protocolId
 ProtocolId.
 
u64 sumTotalDataSize
 Specifies the total amount of data, in bytes, corresponding to ProtocolId. This value is not cleared by the ClearCounters function.
 
size_t sumTotalNum
 Specifies the number of protocol messages that correspond to ProtocolId. This value is not cleared by the ClearCounters function.
 
size_t totalDataSize
 Specifies the total amount of data, in bytes, corresponding to ProtocolId.
 
size_t totalNum
 Specifies the number of protocol messages that correspond to ProtocolId.
 

Detailed Description

Contains information required for tabulating analysis results for each ProtocolId.