I2CDataReceivedEventArgs Constructor (Int16, Byte)

Phcc Interface Library .NET / COM

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.

See Also