WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_cmd.h
浏览该文件的文档.
1
7#ifndef AT_CMD_H
8#define AT_CMD_H
9
10#include "at_product.h"
11
12uint32_t at_cmd_get_entry_total(void);
13
14uint32_t at_cmd_get_all_entrys(const at_cmd_entry_t **entrys, uint32_t cnt);
15
16const at_cmd_entry_t* at_cmd_find_entry(char *str, uint16_t *offset);
17
19
20uint32_t at_cmd_get_max_struct_size(void);
21#endif
uint32_t at_cmd_get_all_entrys(const at_cmd_entry_t **entrys, uint32_t cnt)
Definition at_cmd.c:37
uint32_t at_cmd_get_entry_total(void)
Definition at_cmd.c:19
const at_cmd_entry_t * at_cmd_find_entry_by_name(const char *name)
const at_cmd_entry_t * at_cmd_find_entry(char *str, uint16_t *offset)
Definition at_cmd.c:98
uint32_t at_cmd_get_max_struct_size(void)
Definition at_cmd.c:278
定义AT命令实体。
Definition at.h:346