Flag to indicate if all comms to the device are host initiated Examples would be standard VR devices, KCF nodes, etc. If this flag is false than the

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

Syntax

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

See Also