The information regarding scan results.
Public Attribute Documentation#
status#
sl_status_t EmberAfPluginScanDispatchScanResults::status
The status indicating the success or failure of a scan.
This member is only valid when emberAfPluginScanDispatchScanResultsAreComplete returns true.
63
of file app/framework/plugin/scan-dispatch/scan-dispatch.h
rssi#
int8_t EmberAfPluginScanDispatchScanResults::rssi
The RSSI found during a scan.
This member is only valid when emberAfPluginScanDispatchScanResultsAreComplete returns false.
70
of file app/framework/plugin/scan-dispatch/scan-dispatch.h
channel#
uint8_t EmberAfPluginScanDispatchScanResults::channel
The channel on which the scan is taking place.
This member is only valid when the results are for an energy scan or emberAfPluginScanDispatchScanResultsAreComplete returns true and emberAfPluginScanDispatchScanResultsAreFailure 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.
80
of file app/framework/plugin/scan-dispatch/scan-dispatch.h
lqi#
uint8_t EmberAfPluginScanDispatchScanResults::lqi
The LQI found during the scan.
This member is only valid when the result are for an active scan.
86
of file app/framework/plugin/scan-dispatch/scan-dispatch.h
network#
EmberZigbeeNetwork* EmberAfPluginScanDispatchScanResults::network
The Zigbee network found in the scan.
This member is only valid when the result are for an active scan.
92
of file app/framework/plugin/scan-dispatch/scan-dispatch.h
mask#
uint16_t EmberAfPluginScanDispatchScanResults::mask
A mask containing information about the scan.
95
of file app/framework/plugin/scan-dispatch/scan-dispatch.h