Raw CoAP PDU header structure. More...
Raw CoAP PDU header structure.
Definition at line 190 of file nanocoap.h.
#include <nanocoap.h>
| Data Fields | |
| uint8_t | ver_t_tkl | 
| version, token, token length | |
| uint8_t | code | 
| CoAP code (e.g.m 205) | |
| uint16_t | id | 
| Req/resp ID. | |
| uint8_t coap_hdr_t::code | 
CoAP code (e.g.m 205)
Definition at line 192 of file nanocoap.h.
| uint16_t coap_hdr_t::id | 
Req/resp ID.
Definition at line 193 of file nanocoap.h.
| uint8_t coap_hdr_t::ver_t_tkl | 
version, token, token length
Definition at line 191 of file nanocoap.h.