ESP-IDF
ot::Cli::PingSender
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Cli::PingSender
ot::Cli::PingSender class
Implements the Ping Sender CLI interpreter.
Syntax
Show:
Summary
Declaration
from
cli_ping.hpp:52
class
PingSender
:
private
Utils
{
public
:
PingSender
(
otInstance
*
aInstance
,
OutputImplementer
&
aOutputImplementer
)
;
otError
Process
(
Arg
aArgs
[
]
)
;
private
:
otError
ParsePingInterval
(
const
Arg
&
aArg
,
uint32_t
&
aInterval
)
;
static
void
HandlePingReply
(
const
otPingSenderReply
*
aReply
,
void
*
aContext
)
;
void
HandlePingReply
(
const
otPingSenderReply
*
aReply
)
;
static
void
HandlePingStatistics
(
const
otPingSenderStatistics
*
aStatistics
,
void
*
aContext
)
;
void
HandlePingStatistics
(
const
otPingSenderStatistics
*
aStatistics
)
;
void
OutputResult
(
otError
aError
)
;
bool
mPingIsAsync
:
1
;
}
;
Fields
Field
Declared as
ot::Cli::PingSender::mPingIsAsync
bool
:
1
Methods
Process()
Processes a CLI sub-command.
ParsePingInterval()
HandlePingReply()
HandlePingReply()
HandlePingStatistics()
HandlePingStatistics()
OutputResult()
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