|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| I2CDataReceivedEventArgs Constructor (Int16, Byte) |
| I2CDataReceivedEventArgs Class See Also Send Feedback |
Creates an instance of
the I2CDataReceivedEventArgs class.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ address As Short, _ data As Byte _ ) |
| C# |
|---|
public I2CDataReceivedEventArgs( short address, byte data ) |
Parameters
- address
- Type: System..::.Int16
The address of the I2C device that is providing the data during this event.
- data
- Type: System..::.Byte
The data being provided by the I2C device during this event.