[][src]Function openthread_sys::otPlatRadioGetState

pub unsafe extern "C" fn otPlatRadioGetState(
    aInstance: *mut otInstance
) -> otRadioState

Get current state of the radio.

This function is not required by OpenThread. It may be used for debugging and/or application-specific purposes.

@note This function may be not implemented. It does not affect OpenThread.

@param[in] aInstance The OpenThread instance structure.

@return Current state of the radio.