C# Class Hardware.SPITransferEventArgs

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

Public Properties

Property Type Description
channel Byte
data Byte[]
result System.UInt16

Public Methods

Method Description
SPITransferEventArgs ( UInt16 result, Byte channel, Byte data )

Method Details

SPITransferEventArgs() public method

public SPITransferEventArgs ( UInt16 result, Byte channel, Byte data )
result System.UInt16
channel Byte
data Byte

Property Details

channel public property

public Byte channel
return Byte

data public property

public Byte[] data
return Byte[]

result public property

public UInt16,System result
return System.UInt16