[][src]Type Definition openthread_sys::otHandleEnergyScanResult

type otHandleEnergyScanResult = Option<unsafe extern "C" fn(aResult: *mut otEnergyScanResult, aContext: *mut c_void)>;

This function pointer is called during an IEEE 802.15.4 Energy Scan when the result for a channel is ready or the scan completes.

@param[in] aResult A valid pointer to the energy scan result information or NULL when the energy scan completes. @param[in] aContext A pointer to application-specific context.