C# Class Hardware.ADCResultEventArgs

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

Public Properties

Property Type Description
input Byte
value System.Int16

Public Methods

Method Description
ADCResultEventArgs ( Byte input, Int16 value )

Method Details

ADCResultEventArgs() public method

public ADCResultEventArgs ( Byte input, Int16 value )
input Byte
value System.Int16

Property Details

input public property

public Byte input
return Byte

value public property

public Int16,System value
return System.Int16