void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength)
The UART driver calls this method to notify OpenThread that bytes have been received.
Definition: cli_uart.cpp:104
void otPlatUartSendDone(void)
The UART driver calls this method to notify OpenThread that the requested bytes have been sent...
Definition: cli_uart.cpp:281
This file defines the types and structures used in the OpenThread library API.
otError otPlatUartEnable(void)
Enable the UART.
otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength)
Send bytes over the UART.
otError otPlatUartDisable(void)
Disable the UART.
otError
This enumeration represents error codes used throughout OpenThread.
Definition: types.h:107