Loading...
Searching...
No Matches
coap_hdr_t Struct Reference

Raw CoAP PDU header structure. More...

Detailed Description

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

 

Field Documentation

◆ code

uint8_t coap_hdr_t::code

CoAP code (e.g.m 205)

Definition at line 203 of file nanocoap.h.

◆ id

uint16_t coap_hdr_t::id

Req/resp ID

Definition at line 204 of file nanocoap.h.

◆ ver_t_tkl

uint8_t coap_hdr_t::ver_t_tkl

version, token, token length

Definition at line 202 of file nanocoap.h.


The documentation for this struct was generated from the following file: