CTR Pia
4.11.3
Game Communication Engine
|
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. | |
Contains the results of analyzing send and receive packets, and parameters indicating the quality of the connection (RTT and packet loss) to each station.
void nn::pia::transport::TransportAnalysisData::Print | ( | bool | bDetail | ) | const |
Outputs the data to the console.
[in] | bDetail | Set 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.
[in] | flag | Specifies the bitwise OR of trace flags. For more information, see the TraceFlag type. |