SerialError
SerialError
SerialError
SerialError
Enum
Definition
Defines values for error conditions that can occur on the serial port.
public : enum class SerialErrorpublic enum SerialErrorPublic Enum SerialError// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BufferOverrun BufferOverrun BufferOverrun BufferOverrun | A character-buffer overrun has occurred. The next character is lost. |
| Frame Frame Frame Frame | The hardware detected a framing error. |
| ReceiveFull ReceiveFull ReceiveFull ReceiveFull | An input buffer overflow has occurred. There is either no room in the input buffer, or a character was received after the end-of-file (EOF) character. |
| ReceiveParity ReceiveParity ReceiveParity ReceiveParity | The hardware detected a parity error. |
| TransmitFull TransmitFull TransmitFull TransmitFull | The application tried to transmit a character, but the output buffer was full. |