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

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.

Remarks

This enumeration is used with the DataReceived event.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

System.IO.Ports Namespace