|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
定义AT命令实体。 更多...
#include <at.h>

成员变量 | |
| const char * | name |
| const uint16_t | cmd_id |
| const uint16_t | attribute |
| const at_para_parse_syntax_t * | syntax |
| at_cmd_func_t | cmd |
| at_set_func_t | set |
| at_read_func_t | read |
| at_test_func_t | test |
定义AT命令实体。
| const uint16_t at_cmd_entry_t::attribute |
| at_cmd_func_t at_cmd_entry_t::cmd |
| const uint16_t at_cmd_entry_t::cmd_id |
The cmd_id cannot be duplicate.
| const char* at_cmd_entry_t::name |
The name cannot be duplicate.
| at_read_func_t at_cmd_entry_t::read |
| at_set_func_t at_cmd_entry_t::set |
| const at_para_parse_syntax_t* at_cmd_entry_t::syntax |
| at_test_func_t at_cmd_entry_t::test |