Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
PhccEvents..::.DigitalInputChanged Method |
PhccEvents Interface See Also Send Feedback |
The DigitalInputChanged(Object, DigitalInputChangedEventArgs) 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) |
---|
Sub DigitalInputChanged ( _ sender As Object, _ e As DigitalInputChangedEventArgs _ ) |
C# |
---|
void DigitalInputChanged( Object sender, DigitalInputChangedEventArgs e ) |