NanoStack lib for Cortex-M4

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

Embed: (wiki syntax)

« Back to documentation index

nwk_pan_alternative_parent_t Struct Reference

nwk_pan_alternative_parent_t Struct Reference

Network Alternative Parent structure. More...

#include <net_nwk_scan.h>

Data Fields

uint8_t CoordAddrMode
 Parent Address Mode NET_PARET_SHORT_16_BIT or NET_PARET_LONG_64_BIT.
uint8_t CoordAddress [8]
 Parent Address based on CoordAddrMode.
uint8_t LinkQuality
 LQI to parent.

Detailed Description

Network Alternative Parent structure.

Definition at line 131 of file net_nwk_scan.h.


Field Documentation

uint8_t CoordAddress[8]

Parent Address based on CoordAddrMode.

Definition at line 134 of file net_nwk_scan.h.

uint8_t CoordAddrMode

Parent Address Mode NET_PARET_SHORT_16_BIT or NET_PARET_LONG_64_BIT.

Definition at line 133 of file net_nwk_scan.h.

uint8_t LinkQuality

LQI to parent.

Definition at line 135 of file net_nwk_scan.h.