WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_msg.h 文件参考
#include "at_product.h"
at_msg.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  at_cmd_msg_t
 
struct  at_result_msg_t
 
struct  at_urc_report_msg_t
 
struct  at_timeout_msg_t
 
struct  at_msg_block_t
 

枚举

enum  at_msg_type_t {
  AT_CMD_MSG = 0x0 , AT_CMD_RESULT_MSG = 0x1 , AT_CMD_INTERACTIVITY_MSG = 0x2 , AT_CMD_TIMEOUT_MSG = 0x3 ,
  AT_CMD_URC_REPORT_MSG = 0x4
}
 

函数

errcode_t at_msg_send (at_msg_block_t *msg)
 
void at_msg_process (at_msg_block_t *msg)
 

枚举类型说明

◆ at_msg_type_t

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides at msg service header. Only for AT module.

枚举值
AT_CMD_MSG 
AT_CMD_RESULT_MSG 
AT_CMD_INTERACTIVITY_MSG 
AT_CMD_TIMEOUT_MSG 
AT_CMD_URC_REPORT_MSG 

函数说明

◆ at_msg_process()

void at_msg_process ( at_msg_block_t msg)

◆ at_msg_send()

errcode_t at_msg_send ( at_msg_block_t msg)