C# Class Hardware.ADCResultEventArgs

Inheritance: System.EventArgs
显示文件 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_oe property

public Byte input
return Byte

value public_oe property

public Int16,System value
return System.Int16