ESP-IDF
+
0
/3 examples
SourceVu will show references to
otCliCommand
from the following samples and libraries:
ot_br sample
ot_cli sample
ot_trel sample
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
otCliCommand
otCliCommand struct
Represents a CLI command.
Syntax
Show:
Summary
Declaration
from
cli.h:51
typedef
struct
otCliCommand
{
const
char
*
mName
;
otError
(
*
mCommand
)
(
void
*
aContext
,
uint8_t
aArgsLength
,
char
*
aArgs
[
]
)
;
}
otCliCommand
;
Fields
Field
Declared as
otCliCommand::mName
const
char
*
otCliCommand::mCommand
otError
(
*
)
(
void
*
aContext
,
uint8_t
aArgsLength
,
char
*
aArgs
[
]
)
Related Functions
Found 3 other functions taking a
otCliCommand
argument:
Function
Description
otCliSetUserCommands()
Set a user command table.
ot::Cli::Interpreter::SetUserCommands()
Adds commands to the user command table.
ot::Cli::otCliSetUserCommands()
Set a user command table.
Examples
otCliCommand
is referenced by 3 libraries and example projects:
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