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

Contains the results of analyzing send and receive packets, and parameters indicating the quality of the connection (RTT and packet loss) to each station. More...

Public Member Functions

void Print (bool bDetail) const
 Outputs the data to the console. More...
 
void Trace (u64 flag) const
 Prints information that is useful for debugging. More...
 

Public Attributes

struct ConnectionAnalysisData connectionAnalysisData
 Connection quality analysis data.
 
struct PacketAnalysisData recvPacketAnalysisData
 Receiver packet analysis data.
 
struct PacketAnalysisData sendPacketAnalysisData
 Sender packet analysis data.
 

Detailed Description

Contains the results of analyzing send and receive packets, and parameters indicating the quality of the connection (RTT and packet loss) to each station.


Revision History:
2013-10-29 Initial version.

Member Function Documentation

void nn::pia::transport::TransportAnalysisData::Print ( bool  bDetail) const

Outputs the data to the console.

Parameters
[in]bDetailSet to true to also output the protocol used internally by Pia.
void nn::pia::transport::TransportAnalysisData::Trace ( u64  flag) const

Prints information that is useful for debugging.

Parameters
[in]flagSpecifies the bitwise OR of trace flags. For more information, see the TraceFlag type.