Test to see if this is an extended length packet

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsExtendedLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsExtendedLength As Boolean
Visual C++
public:
property bool IsExtendedLength {
	bool get ();
}

Field Value

True if packet length is greater than 254

See Also