Represents a CLI command.
Public Attributes#
const char *
A pointer to the command string.
void(*
A function pointer to process the command.
Public Attribute Documentation#
mName#
const char * otCliCommand::mName
A pointer to the command string.
Definition at line
53
of file include/openthread/cli.h
mCommand#
otError(* otCliCommand::mCommand) (void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.
Definition at line
54
of file include/openthread/cli.h
mCommand#
void(* otCliCommand::mCommand) (void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.
Definition at line
7
of file doxygen_overrides.txt