nRF5 IoT SDK v0.9.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.


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.