Get the requested response length. Returns -1 if flags indicated device specific repsonse

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

Syntax

C#
public int ResponseLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponseLength As Integer
Visual C++
public:
property int ResponseLength {
	int get ();
}

Field Value

True if flag indicates device specific

See Also