I2CDataReceivedEventArgs Members

Phcc Interface Library .NET / COM

The I2CDataReceivedEventArgs type exposes the following members.

Constructors

  NameDescription
I2CDataReceivedEventArgsOverloaded.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  NameDescription
Address
Gets/sets the address of the I2C device that is providing the data during this event.
Data
Gets/sets the data being provided by the I2C device during this event.

See Also