Duration in mS to wait for response from device

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

Syntax

C#
uint CommsTimeout { get; }
Visual Basic (Declaration)
ReadOnly Property CommsTimeout As UInteger
Visual C++
property unsigned int CommsTimeout {
	unsigned int get ();
}

See Also