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).


mRoundTripTime#

uint16_t otPingSenderReply::mRoundTripTime

Round trip time in msec.


mSize#

uint16_t otPingSenderReply::mSize

Data size (number of bytes) in reply (excluding IPv6 and ICMP6 headers).


mSequenceNumber#

uint16_t otPingSenderReply::mSequenceNumber

Sequence number.


mHopLimit#

uint8_t otPingSenderReply::mHopLimit

Hop limit.