Number of missed replys. This value is set by the CommsManager

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

Syntax

C#
ulong ConsecutiveMissedResponseCount { get; set; }
Visual Basic (Declaration)
Property ConsecutiveMissedResponseCount As ULong
Visual C++
property unsigned long long ConsecutiveMissedResponseCount {
	unsigned long long get ();
	void set (unsigned long long value);
}

See Also