Returns the number of ditigal inputs on this Interface Kit.

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

Syntax

C#
public int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
Visual C++
public:
property int Count {
	int get ();
}

Field Value

Number of digital inputs.

Return Value

Number of digital inputs.

Remarks

Not all steppers have the same number of digital inputs, and some don't have any digital inputs at all.

See Also