Represents a ping reply.
Public Attributes#
Sender IPv6 address (address from which ping reply was received).
uint16_t
Round trip time in msec.
uint16_t
Data size (number of bytes) in reply (excluding IPv6 and ICMP6 headers).
uint16_t
Sequence number.
uint8_t
Hop limit.
Public Attribute Documentation#
mSenderAddress#
otIp6Address otPingSenderReply::mSenderAddress
Sender IPv6 address (address from which ping reply was received).
Definition at line
62
of file include/openthread/ping_sender.h
mRoundTripTime#
uint16_t otPingSenderReply::mRoundTripTime
Round trip time in msec.
Definition at line
63
of file include/openthread/ping_sender.h
mSize#
uint16_t otPingSenderReply::mSize
Data size (number of bytes) in reply (excluding IPv6 and ICMP6 headers).
Definition at line
64
of file include/openthread/ping_sender.h
mSequenceNumber#
uint16_t otPingSenderReply::mSequenceNumber
Sequence number.
Definition at line
65
of file include/openthread/ping_sender.h
mHopLimit#
uint8_t otPingSenderReply::mHopLimit
Hop limit.
Definition at line
66
of file include/openthread/ping_sender.h