Gets or sets the communication error count.

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

Syntax

C#
public int CommunicationErrorCount { get; set; }
Visual Basic (Declaration)
Public Property CommunicationErrorCount As Integer
Visual C++
public:
property int CommunicationErrorCount {
	int get ();
	void set (int value);
}

Field Value

The communication error count.

See Also