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.
- components/iot/common/iot_common.h