Gets / sets the event data rate in ms.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

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

Remarks

Data rate needs to be between DataRateMin and DataRateMax, and a multiple of 8.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached, or the data rate is out of range.

See Also