Click or drag to resize

ErrorEventArgsValue Property

Error mask value. This property can be one or more of the following values: Break = 0x0010 - The hardware detected a break condition. Frame = 0x0008 - The hardware detected a framing error. Overrun = 0x0002 - A character-buffer overrun has occurred. The next character is lost. RxOver = 0x0001 - 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. RxParity = 0x0004 - The hardware detected a parity error.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public SerialErrors Value { get; set; }

Property Value

SerialErrors
See Also