Get the turn around time of the last packet in mS.

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

Syntax

C#
public static double CurrentTurnAroundTime { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CurrentTurnAroundTime As Double
Visual C++
public:
static property double CurrentTurnAroundTime {
	double get ();
}

See Also