otCliCommand
#include <openthread/cli.h>
Represents a user provided CLI command entry.
Summary
Public attributes |
|
|---|---|
mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])
|
otError(*
Command handler function pointer.
|
mName
|
const char *
The command string.
|
Public attributes
mCommand
otError(* otCliCommand::mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])
Command handler function pointer.
mName
const char * otCliCommand::mName
The command string.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.