Header structure for CoAP PDUs.
More...
#include <pdu.h>
Data Fields |
| size_t | max_size |
| | allocated storage for options and data
|
| coap_hdr_t * | hdr |
| unsigned short | max_delta |
| | highest option number
|
| unsigned short | length |
| | PDU length (including header, options, data)
|
| unsigned char * | data |
| | payload
|
Detailed Description
Header structure for CoAP PDUs.
Definition at line 201 of file pdu.h.
Field Documentation
| unsigned char* coap_pdu_t::data |
payload
Definition at line 207 of file pdu.h.
| unsigned short coap_pdu_t::length |
PDU length (including header, options, data)
Definition at line 206 of file pdu.h.
| unsigned short coap_pdu_t::max_delta |
highest option number
Definition at line 205 of file pdu.h.
| size_t coap_pdu_t::max_size |
allocated storage for options and data
Definition at line 202 of file pdu.h.
The documentation for this struct was generated from the following file: