Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-client-c by
sn_coap_options_list_ Struct Reference
Structure for CoAP Options. More...
#include <sn_coap_header.h>
Data Fields | |
uint8_t | max_age_len |
0-4 bytes. | |
uint8_t * | max_age_ptr |
Must be set to NULL if not used. | |
uint16_t | proxy_uri_len |
1-1034 bytes. | |
uint8_t * | proxy_uri_ptr |
Must be set to NULL if not used. | |
uint8_t | etag_len |
1-8 bytes. | |
uint8_t * | etag_ptr |
Must be set to NULL if not used. | |
uint16_t | uri_host_len |
1-255 bytes. | |
uint8_t * | uri_host_ptr |
Must be set to NULL if not used. | |
uint16_t | location_path_len |
0-255 bytes. | |
uint8_t * | location_path_ptr |
Must be set to NULL if not used. | |
uint8_t | uri_port_len |
0-2 bytes. | |
uint8_t * | uri_port_ptr |
Must be set to NULL if not used. | |
uint16_t | location_query_len |
0-255 bytes. | |
uint8_t * | location_query_ptr |
Must be set to NULL if not used. | |
uint8_t | observe_len |
0-2 bytes. | |
uint8_t * | observe_ptr |
Must be set to NULL if not used. | |
uint8_t | accept_len |
0-2 bytes. | |
uint8_t * | accept_ptr |
Must be set to NULL if not used. | |
uint16_t | uri_query_len |
1-255 bytes. | |
uint8_t * | uri_query_ptr |
Must be set to NULL if not used. | |
uint8_t | block1_len |
0-3 bytes. | |
uint8_t * | block1_ptr |
Not for User. | |
uint8_t | block2_len |
0-3 bytes. | |
uint8_t * | block2_ptr |
Not for User. |
Detailed Description
Structure for CoAP Options.
Definition at line 154 of file sn_coap_header.h.
Field Documentation
uint8_t accept_len |
uint8_t* accept_ptr |
Must be set to NULL if not used.
Definition at line 182 of file sn_coap_header.h.
uint8_t block1_len |
0-3 bytes.
Definition at line 187 of file sn_coap_header.h.
uint8_t* block1_ptr |
Not for User.
Definition at line 188 of file sn_coap_header.h.
uint8_t block2_len |
0-3 bytes.
Definition at line 190 of file sn_coap_header.h.
uint8_t* block2_ptr |
Not for User.
Definition at line 191 of file sn_coap_header.h.
uint8_t etag_len |
uint8_t* etag_ptr |
Must be set to NULL if not used.
Definition at line 163 of file sn_coap_header.h.
uint16_t location_path_len |
uint8_t* location_path_ptr |
Must be set to NULL if not used.
Definition at line 169 of file sn_coap_header.h.
uint16_t location_query_len |
uint8_t* location_query_ptr |
Must be set to NULL if not used.
Definition at line 175 of file sn_coap_header.h.
uint8_t max_age_len |
0-4 bytes.
Definition at line 156 of file sn_coap_header.h.
uint8_t* max_age_ptr |
Must be set to NULL if not used.
Definition at line 157 of file sn_coap_header.h.
uint8_t observe_len |
0-2 bytes.
Definition at line 178 of file sn_coap_header.h.
uint8_t* observe_ptr |
Must be set to NULL if not used.
Definition at line 179 of file sn_coap_header.h.
uint16_t proxy_uri_len |
1-1034 bytes.
Definition at line 159 of file sn_coap_header.h.
uint8_t* proxy_uri_ptr |
Must be set to NULL if not used.
Definition at line 160 of file sn_coap_header.h.
uint16_t uri_host_len |
1-255 bytes.
Definition at line 165 of file sn_coap_header.h.
uint8_t* uri_host_ptr |
Must be set to NULL if not used.
Definition at line 166 of file sn_coap_header.h.
uint8_t uri_port_len |
0-2 bytes.
Definition at line 171 of file sn_coap_header.h.
uint8_t* uri_port_ptr |
Must be set to NULL if not used.
Definition at line 172 of file sn_coap_header.h.
uint16_t uri_query_len |
uint8_t* uri_query_ptr |
Must be set to NULL if not used.
Definition at line 185 of file sn_coap_header.h.
Generated on Wed Jul 13 2022 17:43:57 by
