Share via


SerialPort.Position Property

Gets or sets the position in the current stream.

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

Syntax

public override long Position { get; set; }

Property Value

The position in the stream.

Remarks

This implementation throws NotSupportedException in all cases.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

SerialPort Class
SerialPort Members
System.IO.Ports Namespace