pub unsafe extern "C" fn otLinkRawReceive(
aInstance: *mut otInstance,
aCallback: otLinkRawReceiveDone,
) -> otError
Expand description
Transitioning the radio from Sleep to Receive. Turn on the radio.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aCallback A pointer to a function called on receipt of a IEEE 802.15.4 frame.
@retval OT_ERROR_NONE Successfully transitioned to Receive. @retval OT_ERROR_INVALID_STATE The radio was disabled or transmitting.