otCliCommand
#include <cli.h>
代表 CLI 指令。
摘要
公開屬性 |
|
---|---|
mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])
|
otError(*
用於處理指令的函式指標。
|
mName
|
const char *
指令字串的指標。
|
公開屬性
mCommand
otError(* otCliCommand::mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])
用於處理指令的函式指標。
mName
const char * otCliCommand::mName
指令字串的指標。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。