[][src]Type Definition openthread_sys::otHandleActiveScanResult

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

This function pointer is called during an IEEE 802.15.4 Active Scan when an IEEE 802.15.4 Beacon is received or the scan completes.

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