A structure containing data for scheduling a scan.

Public Attributes#

EmberNetworkScanType
uint32_t
uint8_t

Public Attribute Documentation#

scanType#

EmberNetworkScanType EmberAfPluginScanDispatchScanData::scanType

The 802.15.4 scan type to be scheduled.


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

channelMask#

uint32_t EmberAfPluginScanDispatchScanData::channelMask

The channel mask to be scanned.


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

duration#

uint8_t EmberAfPluginScanDispatchScanData::duration

The duration of the scan period, as an exponent.


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

handler#

EmberAfPluginScanDispatchScanResultsHandler EmberAfPluginScanDispatchScanData::handler

The handler to be called with the scan results.


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