True if a device has been detected

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

Syntax

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

See Also