ESP-IDF
otPingSenderReply
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPingSenderReply
otPingSenderReply struct
Represents a ping reply.
Syntax
Show:
Summary
Declaration
from
ping_sender.h:60
typedef
struct
otPingSenderReply
{
otIp6Address
mSenderAddress
;
uint16_t
mRoundTripTime
;
uint16_t
mSize
;
uint16_t
mSequenceNumber
;
uint8_t
mHopLimit
;
}
otPingSenderReply
;
Fields
Field
Declared as
otPingSenderReply::mSenderAddress
otIp6Address
otPingSenderReply::mRoundTripTime
uint16_t
otPingSenderReply::mSize
uint16_t
otPingSenderReply::mSequenceNumber
uint16_t
otPingSenderReply::mHopLimit
uint8_t
Related Functions
Found 2 other functions taking a
otPingSenderReply
argument:
Function
ot::Cli::PingSender::HandlePingReply()
ot::Utils::PingSender::Config::InvokeReplyCallback() const
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out