![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback event called when an UDP Ping is received. More...
#include <eventArgs.h>
Public Member Functions | |
uint32_t | GetRoundTripMs () const |
Get round-trip time (ms) More... | |
const Diarkis::StdString & | GetClientAddress () const |
Get the client's global IP address. More... | |
DiarkisUdpPingEventArgs (uint32_t roundTripMs_, const Diarkis::StdString &clientAddress_) | |
DiarkisUdpPingEventArgs (DiarkisUdpPingEventArgs &)=delete | |
DiarkisUdpPingEventArgs (DiarkisUdpPingEventArgs &&)=delete | |
~DiarkisUdpPingEventArgs () | |
Arguments of the callback event called when an UDP Ping is received.
Diarkis::DiarkisUdpPingEventArgs::DiarkisUdpPingEventArgs | ( | uint32_t | roundTripMs_, |
const Diarkis::StdString & | clientAddress_ | ||
) |
|
delete |
|
delete |
Diarkis::DiarkisUdpPingEventArgs::~DiarkisUdpPingEventArgs | ( | ) |
uint32_t Diarkis::DiarkisUdpPingEventArgs::GetRoundTripMs | ( | ) | const |
Get round-trip time (ms)
const Diarkis::StdString& Diarkis::DiarkisUdpPingEventArgs::GetClientAddress | ( | ) | const |
Get the client's global IP address.