Gets the class of this Phidget.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public Phidget..::.PhidgetClass Class { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Class As Phidget..::.PhidgetClass |
| Visual C++ |
|---|
public: property Phidget..::.PhidgetClass Class { Phidget..::.PhidgetClass get (); } |
Remarks
Classes represent a group of Phidgets that use the same API type.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |