pub unsafe extern "C" fn otPlatDiagRadioReceived(
    aInstance: *mut otInstance,
    aFrame: *mut otRadioFrame,
    aError: otError
)
Expand description

Processes the received radio frame.

@param[in] aInstance The OpenThread instance for current request. @param[in] aFrame The received radio frame. @param[in] aError The received radio frame status.