[][src]Type Definition openthread_sys::otLinkRawEnergyScanDone

type otLinkRawEnergyScanDone = Option<unsafe extern "C" fn(aInstance: *mut otInstance, aEnergyScanMaxRssi: i8)>;

This function pointer on receipt of a IEEE 802.15.4 frame.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aEnergyScanMaxRssi The maximum RSSI encountered on the scanned channel.