Class Constructor.

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

Syntax

C#
public Spatial()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Spatial()

Remarks

Calling this opens a connection to the phidget21 C library creates an internal handle for this Phidget, ready to call open on.

See Also