![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Context structure used for efficient compression and decompression. More...
#include <iot_common.h>
Data Fields | |
uint8_t | context_id |
uint8_t | prefix_len |
ipv6_addr_t | prefix |
bool | compression_flag |
Context structure used for efficient compression and decompression.
bool iot_context_t::compression_flag |
Indicates if the context can be used for compression.
uint8_t iot_context_t::context_id |
Context identifier (CID) number.
ipv6_addr_t iot_context_t::prefix |
Prefix for CID.
uint8_t iot_context_t::prefix_len |
Length of prefix for CID.