Position Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the read position in the buffer, in bits (not bytes)

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public long Position { get; set; }
Visual Basic
Public Property Position As Long
	Get
	Set
Visual C++
public:
property long long Position {
	long long get ();
	void set (long long value);
}

See Also