I2CDataReceived Event

Phcc Interface Library .NET / COM

The I2CDataReceived event is raised when the PHCC motherboard receives data from one of the attached I2C peripherals (if any).

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

Syntax

Visual Basic (Declaration)
Public Event I2CDataReceived As I2CDataReceivedEventHandler
C#
public event I2CDataReceivedEventHandler I2CDataReceived

See Also