otPingSenderReply
#include <ping_sender.h>
ping 応答を表します。
概要
パブリック属性 |
|
---|---|
mHopLimit
|
uint8_t
ホップリミット。
|
mRoundTripTime
|
uint16_t
ラウンドトリップ時間(ミリ秒単位)。
|
mSenderAddress
|
送信元の IPv6 アドレス(ping 応答の受信元のアドレス)。
|
mSequenceNumber
|
uint16_t
シーケンス番号。
|
mSize
|
uint16_t
応答のデータサイズ(バイト数)(IPv6 ヘッダーと ICMP6 ヘッダーを除く)。
|
パブリック属性
mHopLimit
uint8_t otPingSenderReply::mHopLimit
ホップリミット。
mRoundTripTime
uint16_t otPingSenderReply::mRoundTripTime
ラウンドトリップ時間(ミリ秒単位)。
mSequenceNumber
uint16_t otPingSenderReply::mSequenceNumber
シーケンス番号。
mSize
uint16_t otPingSenderReply::mSize
応答のデータサイズ(バイト数)(IPv6 ヘッダーと ICMP6 ヘッダーを除く)。
関連情報
OpenThread API リファレンスのトピックは、GitHub で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。