ESP-IDF
otPingSenderConfig
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPingSenderConfig
otPingSenderConfig struct
Represents a ping request configuration.
Syntax
Show:
Summary
Declaration
from
ping_sender.h:102
typedef
struct
otPingSenderConfig
{
otIp6Address
mSource
;
otIp6Address
mDestination
;
otPingSenderReplyCallback
mReplyCallback
;
otPingSenderStatisticsCallback
mStatisticsCallback
;
void
*
mCallbackContext
;
uint16_t
mSize
;
uint16_t
mCount
;
uint32_t
mInterval
;
uint16_t
mTimeout
;
uint8_t
mHopLimit
;
bool
mAllowZeroHopLimit
;
bool
mMulticastLoop
;
}
otPingSenderConfig
;
Fields
Field
Declared as
otPingSenderConfig::mSource
otIp6Address
otPingSenderConfig::mDestination
otIp6Address
otPingSenderConfig::mReplyCallback
otPingSenderReplyCallback
otPingSenderConfig::mStatisticsCallback
otPingSenderStatisticsCallback
otPingSenderConfig::mCallbackContext
void
*
otPingSenderConfig::mSize
uint16_t
otPingSenderConfig::mCount
uint16_t
otPingSenderConfig::mInterval
uint32_t
otPingSenderConfig::mTimeout
uint16_t
otPingSenderConfig::mHopLimit
uint8_t
otPingSenderConfig::mAllowZeroHopLimit
bool
otPingSenderConfig::mMulticastLoop
bool
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