Closes this Phidget.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public void close() |
Visual Basic (Declaration) |
---|
Public Sub close |
Visual C++ |
---|
public: void close() |
Remarks
This will shut down all threads dealing with this Phidget and you won't recieve any more events.
This should be called before closing your application or things may not shut down cleanly.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened. |