otPingSenderReply
    #include <ping_sender.h>
  
Represents a ping reply.
Summary
        Public attributes | 
    |
|---|---|
        mHopLimit
       | 
      
        uint8_t
        Hop limit.  
       | 
    
        mRoundTripTime
       | 
      
        uint16_t
        Round trip time in msec.  
       | 
    
        mSenderAddress
       | 
      
        
         Sender IPv6 address (address from which ping reply was received).  
       | 
    
        mSequenceNumber
       | 
      
        uint16_t
        Sequence number.  
       | 
    
        mSize
       | 
      
        uint16_t
        Data size (number of bytes) in reply (excluding IPv6 and ICMP6 headers).  
       | 
    
Public attributes
mHopLimit
uint8_t otPingSenderReply::mHopLimit
Hop limit.
mRoundTripTime
uint16_t otPingSenderReply::mRoundTripTime
Round trip time in msec.
mSenderAddress
otIp6Address otPingSenderReply::mSenderAddress
Sender IPv6 address (address from which ping reply was received).
mSequenceNumber
uint16_t otPingSenderReply::mSequenceNumber
Sequence number.
mSize
uint16_t otPingSenderReply::mSize
Data size (number of bytes) in reply (excluding IPv6 and ICMP6 headers).
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.