Flag to indicate device uses RAW data stream and not true PRO4 protocol
Most devices should set this to FALSE
Namespace:
VideoRayAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool UsesRawComms { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property UsesRawComms As Boolean |
Visual C++ |
---|
public: virtual property bool UsesRawComms { bool get () sealed; } |