Enum SerialData
Specifies the type of character that was received on the serial port of the SerialPort object.
Namespace: System.IO.Ports
Assembly: System.IO.Ports.dll
Syntax
public enum SerialData
Remarks
This enumeration is used with the DataReceived event.
You examine the type of character that was received by retrieving the value of the EventType property.
The EventType property contains one of the values from the SerialData
enumeration.
Fields
Name | Description |
---|---|
Chars | A character was received and placed in the input buffer. |
WatchChar | The |