Analog input update event.

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

Syntax

C#
public event SensorUpdateEventHandler SensorUpdate
Visual Basic (Declaration)
Public Event SensorUpdate As SensorUpdateEventHandler
Visual C++
public:
 event SensorUpdateEventHandler^ SensorUpdate {
	void add (SensorUpdateEventHandler^ value);
	void remove (SensorUpdateEventHandler^ value);
}

Remarks

The sensor update handler is called at a steady rate of 8ms.

See Also