Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the status of a UART operation.
Syntax
typedef enum {
UartSuccess,
UartNoData,
UartError,
UartNotReady
} UART_STATUS, *PUART_STATUS;
Constants
UartSuccessThe operation was successful, for example if data was available. |
UartNoDataNo data is available, but not due to an error condition. |
UartErrorA UART error such as overrun, parity, framing, etc. |
UartNotReadyThe device is not ready. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1803 |
| Header | uart.h |