Developing with ZBOSS for Zigbee
zb_zdo_beacon_survey_resp_params_s Struct Reference

Structure to store information when 'Beacon Survey' procedure is executing. More...

#include <zboss_api_zdo.h>

Data Fields

zb_uint8_t tsn
 
zb_uint8_t status
 
zb_zdo_beacon_survey_potential_parents_t parents
 
zb_zdo_beacon_survey_results_t results
 
zb_uint16_t panid_conflict_count
 

Detailed Description

Structure to store information when 'Beacon Survey' procedure is executing.

We reuse a buffer which contain 'Beacon Survey Request' command and store all necessary information into it. Format of the 'Beacon Survey Response' command is different between ZCL WWAH and r23, so we need to use two functions to parse results and send response

Field Documentation

◆ parents

zb_zdo_beacon_survey_potential_parents_t zb_zdo_beacon_survey_resp_params_s::parents

r23 2.4.4.3.13.1.1 Beacon Survey Results TLV - exists in r23 only

◆ status

zb_uint8_t zb_zdo_beacon_survey_resp_params_s::status

zdp_status
The array of potential parents - different in r23 Figure 2-79 and WWAH ('Survey Beacons Response' Command)

◆ tsn

zb_uint8_t zb_zdo_beacon_survey_resp_params_s::tsn

tsn of ZDO request


The documentation for this struct was generated from the following file: