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

Syntax

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

Implements

Protocol_PRO4_IDevice..::.UsesRawComms

See Also