SDK3.5
This document shows Ameba SDK 3.5 APIs
|
Main CoAP message struct. More...
#include <sn_coap_header.h>
Data Fields | |
uint8_t | token_len |
sn_coap_status_e | coap_status |
sn_coap_msg_code_e | msg_code |
sn_coap_msg_type_e | msg_type |
sn_coap_content_format_e | content_format |
uint16_t | msg_id |
uint16_t | uri_path_len |
uint16_t | payload_len |
uint8_t * | token_ptr |
uint8_t * | uri_path_ptr |
uint8_t * | payload_ptr |
sn_coap_options_list_s * | options_list_ptr |
Main CoAP message struct.