PhccEvents Methods

Phcc Interface Library .NET / COM

The PhccEvents type exposes the following members.

Methods

  NameDescription
AnalogInputChanged
The AnalogInputChanged(Object, AnalogInputChangedEventArgs) 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).
DigitalInputChanged
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).
I2CDataReceived
The I2CDataReceived(Object, I2CDataReceivedEventArgs) event is raised when the PHCC motherboard receives data from one of the attached I2C peripherals (if any).

See Also