nRF5 SDK v14.1.0
Data Fields
iot_interface_t Struct Reference

Encapsulates all information of the 6LoWPAN interface. More...

#include <iot_common.h>

Data Fields

eui64_t local_addr
 
eui64_t peer_addr
 
iot_context_id_t tx_contexts
 
void * p_upper_stack
 
void * p_transport
 

Detailed Description

Encapsulates all information of the 6LoWPAN interface.

Field Documentation

eui64_t iot_interface_t::local_addr

Local EUI-64 address.

void* iot_interface_t::p_transport

Transport reference.

void* iot_interface_t::p_upper_stack

Block to upper stack.

eui64_t iot_interface_t::peer_addr

Peer EUI-64 address.

iot_context_id_t iot_interface_t::tx_contexts

TX contexts can be used for effective compression.


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

Documentation feedback | Developer Zone | Subscribe | Updated