Rtos API example

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 73 of file net_nwk_scan.h.


Field Documentation

uint8_t CoordAddress[8]

Parent address based on CoordAddrMode.

Definition at line 75 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 74 of file net_nwk_scan.h.

uint8_t LinkQuality

LQI to parent.

Definition at line 76 of file net_nwk_scan.h.