pub unsafe extern "C" fn otLinkRawReceive(
    aInstance: *mut otInstance
) -> otError
Expand description

Transitioning the radio from Sleep to Receive. Turn on the radio.

@param[in] aInstance A pointer to an OpenThread instance.

@retval OT_ERROR_NONE Successfully transitioned to Receive. @retval OT_ERROR_INVALID_STATE The radio was disabled or transmitting.