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.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic SerialErrors Value { get; set; }Public Property Value As SerialErrors
Get
Set
public:
property SerialErrors Value {
SerialErrors get ();
void set (SerialErrors value);
}member Value : SerialErrors with get, set
/** @property */
public SerialErrors get_Value()
/** @property */
public void set_Value(SerialErrors value)
function get Value () : SerialErrors
function set Value (value : SerialErrors)
function get_Value();
function set_Value(value);
PROPERTY Value AS SerialErrors GET SET
No code example is currently available or this language may not be supported.
Property Value
SerialErrors
See Also