libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
coap_hdr_t Struct Reference

#include <pdu.h>

Data Fields

unsigned int token_length:4
unsigned int type:2
unsigned int version:2
unsigned int code:8
unsigned short id
unsigned char token []

Detailed Description

Definition at line 164 of file pdu.h.

Field Documentation

unsigned int coap_hdr_t::code

Definition at line 168 of file pdu.h.

unsigned short coap_hdr_t::id

Definition at line 169 of file pdu.h.

unsigned char coap_hdr_t::token[]

Definition at line 170 of file pdu.h.

unsigned int coap_hdr_t::token_length

Definition at line 165 of file pdu.h.

unsigned int coap_hdr_t::type

Definition at line 166 of file pdu.h.

unsigned int coap_hdr_t::version

Definition at line 167 of file pdu.h.


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