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