C# Class Hardware.I2CReadEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
data Byte[]
result System.UInt16

Public Methods

Method Description
I2CReadEventArgs ( UInt16 result, Byte data )

Method Details

I2CReadEventArgs() public method

public I2CReadEventArgs ( UInt16 result, Byte data )
result System.UInt16
data Byte

Property Details

data public property

public Byte[] data
return Byte[]

result public property

public UInt16,System result
return System.UInt16