DigitalInputs Property

Phcc Interface Library .NET / COM

Gets a bool array containing the current values of all digital inputs.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DigitalInputs As Boolean()
C#
public bool[] DigitalInputs { get; }

Return Value

A bool array containing the current values of all digital inputs. Each value in the array represents a single discrete digital input, out of a total of 1024 inputs.

See Also