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

Syntax

C#
public virtual bool UsesRawComms { get; set; }
Visual Basic (Declaration)
Public Overridable Property UsesRawComms As Boolean
Visual C++
public:
virtual property bool UsesRawComms {
	bool get ();
	void set (bool value);
}

Implements

Protocol_PRO4_IDevice..::.UsesRawComms

See Also