Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DigitalInputChanged Event |
Device Class See Also Send Feedback |
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 |