DigitalInputChanged Event

Phcc Interface Library .NET / COM

The DigitalInputChanged event is raised when the PHCC motherboard detects that one of the digital inputs has changed (i.e. whenever a button that is wired into the digital input key matrix is pressed or released).

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

Syntax

Visual Basic (Declaration)
Public Event DigitalInputChanged As DigitalInputChangedEventHandler
C#
public event DigitalInputChangedEventHandler DigitalInputChanged

See Also