Starts the PhidgetManager.

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

Syntax

C#
public void open()
Visual Basic (Declaration)
Public Sub open
Visual C++
public:
void open()

Remarks

This method starts the phidget manager running. If attach and detach listeners are to be used, they should be registered before start is called so that no events are missed. Once start is called, the Phidget Manager will be active until close is called.

See Also