libcoap  4.2.1
coap_option_t Struct Reference

Representation of CoAP options. More...

#include <option.h>

Data Fields

uint16_t delta
 
size_t length
 
const uint8_tvalue
 

Detailed Description

Representation of CoAP options.

Definition at line 31 of file option.h.

Field Documentation

◆ delta

uint16_t coap_option_t::delta

Definition at line 32 of file option.h.

◆ length

size_t coap_option_t::length

Definition at line 33 of file option.h.

◆ value

const uint8_t* coap_option_t::value

Definition at line 34 of file option.h.


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