Share via


SerialData Enumeration

Specifies the type of character that was received on the serial port of the SerialPort object.

Namespace: System.IO.Ports
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public enum SerialData

Remarks

This enumeration is used with the DataReceived event.

Version Information

Available in .NET Micro Framework version 3.0 and above.

Members

  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.

See Also

Reference

System.IO.Ports Namespace