WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_cmd_entry_t结构体 参考

定义AT命令实体。 更多...

#include <at.h>

at_cmd_entry_t 的协作图:

成员变量

const char * name
 
const uint16_t cmd_id
 
const uint16_t attribute
 
const at_para_parse_syntax_tsyntax
 
at_cmd_func_t cmd
 
at_set_func_t set
 
at_read_func_t read
 
at_test_func_t test
 

详细描述

定义AT命令实体。

结构体成员变量说明

◆ attribute

const uint16_t at_cmd_entry_t::attribute

◆ cmd

at_cmd_func_t at_cmd_entry_t::cmd

◆ cmd_id

const uint16_t at_cmd_entry_t::cmd_id

The cmd_id cannot be duplicate.

◆ name

const char* at_cmd_entry_t::name

The name cannot be duplicate.

◆ read

at_read_func_t at_cmd_entry_t::read

◆ set

at_set_func_t at_cmd_entry_t::set

◆ syntax

const at_para_parse_syntax_t* at_cmd_entry_t::syntax

◆ test

at_test_func_t at_cmd_entry_t::test

该结构体的文档由以下文件生成: