Developing with ZBOSS for Zigbee
|
R23, I.3.5 Potential Parents TLV. More...
#include <zboss_api_zdo.h>
Data Fields | |
zb_uint16_t | current_parent |
zb_uint8_t | current_parent_lqa |
zb_uint8_t | count_potential_parents |
zb_zcl_wwah_beacon_survey_t | parent_list [ZDO_WWAH_MAX_BEACON_SURVEY] |
R23, I.3.5 Potential Parents TLV.
This TLV is 3 to 13 bytes in length and indicates the number of available parents in radio range. A maximum number of 5 parents is supported for this TLV. The list of potential parents SHALL be ordered as described in 3.6.1.3.2.
zb_uint8_t zb_zdo_beacon_survey_potential_parents_t::count_potential_parents |
Potential parents list
zb_uint16_t zb_zdo_beacon_survey_potential_parents_t::current_parent |
< r23 Short address of the parent. Filled by r23 Beacon Survey only
zb_uint8_t zb_zdo_beacon_survey_potential_parents_t::current_parent_lqa |
r23 - LQA of the current parent. Filled by r23 Beacon Survey only Count of potential parents. Valid range [0..5] for r23-only build, [0..10] for WWAH (Indeed, WWAH requires to put there as much info as can be put into the single frame)