Enum SerialError
Defines values for error conditions that can occur on the serial port.
Namespace: Windows.Devices.SerialCommunication
Assembly: Windows.Devices.SerialCommunication.dll
Syntax
public enum SerialError
Fields
Name | Description |
---|---|
BufferOverrun | A character-buffer overrun has occurred. The next character is lost. |
Frame | The hardware detected a framing error. |
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 | The hardware detected a parity error. |
TransmitFull | The application tried to transmit a character, but the output buffer was full. |