Click or drag to resize

ErrorEventArgs Properties

The ErrorEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyValue 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.
Top
See Also