Test to check if packet is devices specific

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

Syntax

C#
public bool IsDeviceSpecific { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDeviceSpecific As Boolean
Visual C++
public:
property bool IsDeviceSpecific {
	bool get ();
}

Field Value

True if flag indicates device specific

See Also