AnalogInputChanged Event

Phcc Interface Library .NET / COM

The AnalogInputChanged event is raised when the PHCC motherboard detects that one of the analog inputs has changed values (i.e. whenever an analog input signal changes state).

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

Syntax

Visual Basic (Declaration)
Public Event AnalogInputChanged As AnalogInputChangedEventHandler
C#
public event AnalogInputChangedEventHandler AnalogInputChanged

See Also