nRF5 IoT SDK v0.9.0
Data Fields
coap_option_t Struct Reference

Structure to hold a CoAP option. More...

#include <coap_api.h>

Data Fields

uint16_t number
 
uint16_t length
 
uint8_t * p_data
 

Detailed Description

Structure to hold a CoAP option.

Field Documentation

uint16_t coap_option_t::length

Option length (including the extended length value in any).

uint16_t coap_option_t::number

Option number (including the extended delta value if any).

uint8_t* coap_option_t::p_data

Pointer to the memory where the data of the option is located.


This document was last updated on Tue Dec 1 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.