Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_client_option Struct Reference

Representation of extra options for the CoAP client request. More...

#include <coap_client.h>

Data Fields

uint16_t code
 Option code.
 
uint8_t len
 Option len.
 
uint8_t value [12]
 Buffer for the length.
 

Detailed Description

Representation of extra options for the CoAP client request.

Field Documentation

◆ code

uint16_t coap_client_option::code

Option code.

◆ len

uint8_t coap_client_option::len

Option len.

◆ value

uint8_t coap_client_option::value[12]

Buffer for the length.


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