Link Kit C-SDK
4.1.0
|
#include <aiot_coap_api.h>
Public 属性 | |
aiot_coap_recv_type_t | type |
COAP报文类型, 更多信息请参考aiot_coap_recv_type_t. 更多... | |
struct { | |
uint8_t * payload | |
uint32_t payload_len | |
uint8_t rsp_code | |
uint32_t msg_token | |
uint16_t msg_id | |
} | data |
COAP报文结构体 更多... | |
aiot_coap_recv_type_t aiot_coap_recv_t::type |
COAP报文类型, 更多信息请参考aiot_coap_recv_type_t.
uint8_t* aiot_coap_recv_t::payload |
uint32_t aiot_coap_recv_t::payload_len |
uint8_t aiot_coap_recv_t::rsp_code |
uint32_t aiot_coap_recv_t::msg_token |
uint16_t aiot_coap_recv_t::msg_id |
struct { ... } aiot_coap_recv_t::data |
COAP报文结构体