Flag to indicate device uses RAW data stream and not true PRO4 protocol Most devices should set this to FALSE

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

Syntax

C#
bool UsesRawComms { get; }
Visual Basic (Declaration)
ReadOnly Property UsesRawComms As Boolean
Visual C++
property bool UsesRawComms {
	bool get ();
}

See Also