UART_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// uart.h

typedef enum {
  UartSuccess,
  UartNoData,
  UartError,
  UartNotReady
} UART_STATUS, *PUART_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-uart-uart_status)

UART_STATUS enumeration

Description

Defines values for the status of a UART operation.

Constants

UartSuccess

The operation was successful, for example if data was available.

UartNoData

No data is available, but not due to an error condition.

UartError

A UART error such as overrun, parity, framing, etc.

UartNotReady

The device is not ready.

Remarks

See also

uart.h