ot::Cli::otCliSetUserCommands() function
Set a user command table.
Arguments
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.
![]()
extern "C" otError otCliSetUserCommands(const otCliCommand *aUserCommands, uint8_t aLength, void *aContext)
ot::Cli::otCliSetUserCommands() calls 2 functions:
![]()
ot::Cli::otCliSetUserCommands()