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#
mCommand#
otError(* otCliCommand::mCommand) (void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.
mCommand#
void(* otCliCommand::mCommand) (void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.