ESP-IDF
+
0
/3 examples
SourceVu will show references to
otCliSetUserCommands()
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
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCliSetUserCommands()
otCliSetUserCommands() function
Set a user command table.
Syntax
Show:
Summary
Declaration
from
cli.h:105
otError
otCliSetUserCommands
(
const
otCliCommand
*
aUserCommands
,
uint8_t
aLength
,
void
*
aContext
)
;
Arguments
Argument
Description
aUserCommands
A pointer to an array with user commands.
aLength
@p aUserCommands length.
aContext
@p The context passed to the handler.
Return value
OT_ERROR_NONE Successfully updated command table with commands from @p aUserCommands. OT_ERROR_FAILED Maximum number of command entries have already been set.
Related Functions
Found 2 other functions taking a
otCliCommand
argument:
Function
Description
ot::Cli::Interpreter::SetUserCommands()
Adds commands to the user command table.
ot::Cli::otCliSetUserCommands()
Set a user command table.
Examples
otCliSetUserCommands()
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