The information regarding scan results.

Public Attributes#

int8_t
uint8_t
uint8_t
sl_zigbee_zigbee_network_t *
uint16_t

Public Attribute Documentation#

status#

sl_status_t sl_zigbee_af_plugin_scan_dispatch_scan_results_t::status

The status indicating the success or failure of a scan.

This member is only valid when sl_zigbee_af_scan_dispatch_scan_results_are_complete returns true.


Definition at line 63 of file app/framework/plugin/scan-dispatch/scan-dispatch.h

rssi#

int8_t sl_zigbee_af_plugin_scan_dispatch_scan_results_t::rssi

The RSSI found during a scan.

This member is only valid when sl_zigbee_af_scan_dispatch_scan_results_are_complete returns false.


Definition at line 70 of file app/framework/plugin/scan-dispatch/scan-dispatch.h

channel#

uint8_t sl_zigbee_af_plugin_scan_dispatch_scan_results_t::channel

The channel on which the scan is taking place.

This member is only valid when the results are for an energy scan or sl_zigbee_af_scan_dispatch_scan_results_are_complete returns true and sl_zigbee_af_scan_dispatch_scan_results_are_failure returns false. Note that in active scan results, users can find the channel on which the network was found using the network member of this structure.


Definition at line 80 of file app/framework/plugin/scan-dispatch/scan-dispatch.h

lqi#

uint8_t sl_zigbee_af_plugin_scan_dispatch_scan_results_t::lqi

The LQI found during the scan.

This member is only valid when the result are for an active scan.


Definition at line 86 of file app/framework/plugin/scan-dispatch/scan-dispatch.h

network#

sl_zigbee_zigbee_network_t* sl_zigbee_af_plugin_scan_dispatch_scan_results_t::network

The Zigbee network found in the scan.

This member is only valid when the result are for an active scan.


Definition at line 92 of file app/framework/plugin/scan-dispatch/scan-dispatch.h

mask#

uint16_t sl_zigbee_af_plugin_scan_dispatch_scan_results_t::mask

A mask containing information about the scan.


Definition at line 95 of file app/framework/plugin/scan-dispatch/scan-dispatch.h