[][src]Function openthread_sys::otPlatUartReceived

pub unsafe extern "C" fn otPlatUartReceived(aBuf: *const u8, aBufLength: u16)

The UART driver calls this method to notify OpenThread that bytes have been received.

@param[in] aBuf A pointer to the received bytes. @param[in] aBufLength The number of bytes received.