Raw CoAP PDU header structure. More...
Raw CoAP PDU header structure.
Definition at line 201 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 203 of file nanocoap.h.
uint16_t coap_hdr_t::id |
Req/resp ID
Definition at line 204 of file nanocoap.h.
uint8_t coap_hdr_t::ver_t_tkl |
version, token, token length
Definition at line 202 of file nanocoap.h.