Mbed OS Reference
Loading...
Searching...
No Matches
ws_nbr_info Struct Reference

Struct ws_nbr_info_t Gives the neighbor information. More...

#include <WisunInterface.h>

Data Fields

uint8_t link_local_address [16]
 Link local address. More...
 
uint8_t global_address [16]
 Global address if it is known set to 0 if not available. More...
 
uint8_t rsl_out
 parent RSSI Out measured RSSI value calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm. More...
 
uint8_t rsl_in
 parent RSSI in measured RSSI value calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm. More...
 
uint16_t rpl_rank
 RPL Rank value for parents 0xffff for neighbors RANK is unknown. More...
 
uint16_t etx
 Measured ETX value if known set to 0xFFFF if not known or Child. More...
 
uint32_t lifetime
 Remaining lifetime Link lifetime for parents and ARO lifetime for children. More...
 
ws_nbr_type_e type
 Neighbour type (Primary Parent, Secondary Parent, Candidate parent, child, other(Temporary neighbours)) More...
 

Detailed Description

Struct ws_nbr_info_t Gives the neighbor information.

Definition at line 81 of file WisunInterface.h.

Field Documentation

◆ link_local_address

uint8_t link_local_address[16]

Link local address.

Definition at line 83 of file WisunInterface.h.

◆ global_address

uint8_t global_address[16]

Global address if it is known set to 0 if not available.

Definition at line 85 of file WisunInterface.h.

◆ rsl_out

uint8_t rsl_out

parent RSSI Out measured RSSI value calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.

Definition at line 87 of file WisunInterface.h.

◆ rsl_in

uint8_t rsl_in

parent RSSI in measured RSSI value calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.

Definition at line 89 of file WisunInterface.h.

◆ rpl_rank

uint16_t rpl_rank

RPL Rank value for parents 0xffff for neighbors RANK is unknown.

Definition at line 91 of file WisunInterface.h.

◆ etx

uint16_t etx

Measured ETX value if known set to 0xFFFF if not known or Child.

Definition at line 93 of file WisunInterface.h.

◆ lifetime

uint32_t lifetime

Remaining lifetime Link lifetime for parents and ARO lifetime for children.

Definition at line 95 of file WisunInterface.h.

◆ type

ws_nbr_type_e type

Neighbour type (Primary Parent, Secondary Parent, Candidate parent, child, other(Temporary neighbours))

Definition at line 97 of file WisunInterface.h.