libschc
Public Attributes | List of all members
coap_option Struct Reference

CoAP Option. More...

#include <picocoap.h>

Public Attributes

uint16_t num
 
size_t len
 size of buffer More...
 
uint8_t * val
 length of the value More...
 

Detailed Description

CoAP Option.

One option in a CoAP message.

Member Data Documentation

◆ len

size_t coap_option::len

size of buffer

◆ num

uint16_t coap_option::num

◆ val

uint8_t* coap_option::val

length of the value


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