T-Box Basic dev
Loading...
Searching...
No Matches
tbox_cli_module_t Struct Reference

CLI 业务模块定义。 More...

#include <cli.h>

Data Fields

const char * name
 模块名称。
const char * description
 模块说明。
tbox_cli_pre_init_t pre_init
 模块初始化函数,可为 NULL。
tbox_cli_deinit_t deinit
 模块反初始化函数,可为 NULL。
const tbox_cli_command_tcommands
 命令数组。
size_t command_count
 命令数量。

Detailed Description

CLI 业务模块定义。


The documentation for this struct was generated from the following file: