Data Property

Phcc Interface Library .NET / COM

Gets/sets the data being provided by the I2C device during this event.

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

Syntax

Visual Basic (Declaration)
Public Property Data As Byte
C#
public byte Data { get; set; }

See Also