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

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.

Aliased Type§

enum otLinkRawEnergyScanDone {
    None,
    Some(unsafe extern "C" fn(_: *mut otInstance, _: i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut otInstance, _: i8))

Some value of type T.