Specifies the type of character that was received on the serial port of the System.IO.Ports.SerialPort object.
This enumeration is used with the SerialPort.DataReceived event. You examine the type of character that was received by retrieving the value of the SerialDataReceivedEventArgs.EventType property of the System.IO.Ports.SerialDataReceivedEventArgs class. The SerialDataReceivedEventArgs.EventType property contains one of the values from the System.IO.Ports.SerialData enumeration.
| Member Name | Description |
|---|---|
| Chars |
A character was received and placed in the input buffer. |
| Eof |
The end of file character was received and placed in the input buffer. |