![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback event called when an UDP Echo 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... | |
DiarkisUdpEchoEventArgs (uint32_t roundTripMs_, const Diarkis::StdString &clientAddress_) | |
DiarkisUdpEchoEventArgs (DiarkisUdpEchoEventArgs &)=delete | |
DiarkisUdpEchoEventArgs (DiarkisUdpEchoEventArgs &&)=delete | |
~DiarkisUdpEchoEventArgs () | |
Arguments of the callback event called when an UDP Echo is received.
Diarkis::DiarkisUdpEchoEventArgs::DiarkisUdpEchoEventArgs | ( | uint32_t | roundTripMs_, |
const Diarkis::StdString & | clientAddress_ | ||
) |
|
delete |
|
delete |
Diarkis::DiarkisUdpEchoEventArgs::~DiarkisUdpEchoEventArgs | ( | ) |
uint32_t Diarkis::DiarkisUdpEchoEventArgs::GetRoundTripMs | ( | ) | const |
Get round-trip time (ms)
const Diarkis::StdString& Diarkis::DiarkisUdpEchoEventArgs::GetClientAddress | ( | ) | const |
Get the client's global IP address.