Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
Representation of extra options for the CoAP client request. More...
#include <zephyr/net/coap_client.h>
Data Fields | |
uint16_t | code |
Option code. | |
uint8_t | len |
Option len. | |
uint8_t | value [12] |
Buffer for the length. |
Representation of extra options for the CoAP client request.
uint16_t coap_client_option::code |
Option code.
uint8_t coap_client_option::len |
Option len.
uint8_t coap_client_option::value[12] |
Buffer for the length.