RPL neighbor information.
Public Attributes#
Link-local address.
ULA/GUA address (unspecified address :: if unknown)
Neighbor type.
Remaining lifetime (Link lifetime for parents, ARO lifetime for children)
MAC TX packet count.
MAC TX failed count.
RPL Rank value for parents (0xffff if unknown or child)
Measured ETX value if known (0xffff if unknown)
Public Attribute Documentation#
link_local_address#
sl_wisun_ip_address_t sl_wisun_neighbor_info_t::link_local_address
Link-local address.
global_address#
sl_wisun_ip_address_t sl_wisun_neighbor_info_t::global_address
ULA/GUA address (unspecified address :: if unknown)
lifetime#
uint32_t sl_wisun_neighbor_info_t::lifetime
Remaining lifetime (Link lifetime for parents, ARO lifetime for children)
rpl_rank#
uint16_t sl_wisun_neighbor_info_t::rpl_rank
RPL Rank value for parents (0xffff if unknown or child)
rsl_out#
uint8_t sl_wisun_neighbor_info_t::rsl_out
Parent RSSI Out measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.
rsl_in#
uint8_t sl_wisun_neighbor_info_t::rsl_in
Parent RSSI In measured RSSI value (0xff if unknown) Calculated using EWMA specified by Wi-SUN from range of -174 (0) to +80 (254) dBm.