![]() |
Diarkis C++Client Library API Document
|
UDPエコーを受信したときに呼び出されるコールバックイベントの引数 [詳解]
#include <eventArgs.h>
公開メンバ関数 | |
uint32_t | GetRoundTripMs () const |
ラウンドトリップタイムを取得する(ミリ秒) [詳解] | |
const Diarkis::StdString & | GetClientAddress () const |
クライアントのグローバルIPアドレスを取得する [詳解] | |
DiarkisUdpEchoEventArgs (uint32_t roundTripMs_, const Diarkis::StdString &clientAddress_) | |
DiarkisUdpEchoEventArgs (DiarkisUdpEchoEventArgs &)=delete | |
DiarkisUdpEchoEventArgs (DiarkisUdpEchoEventArgs &&)=delete | |
~DiarkisUdpEchoEventArgs () | |
UDPエコーを受信したときに呼び出されるコールバックイベントの引数
Diarkis::DiarkisUdpEchoEventArgs::DiarkisUdpEchoEventArgs | ( | uint32_t | roundTripMs_, |
const Diarkis::StdString & | clientAddress_ | ||
) |
|
delete |
|
delete |
Diarkis::DiarkisUdpEchoEventArgs::~DiarkisUdpEchoEventArgs | ( | ) |
uint32_t Diarkis::DiarkisUdpEchoEventArgs::GetRoundTripMs | ( | ) | const |
ラウンドトリップタイムを取得する(ミリ秒)
const Diarkis::StdString& Diarkis::DiarkisUdpEchoEventArgs::GetClientAddress | ( | ) | const |
クライアントのグローバルIPアドレスを取得する