C# Class Hardware.AnalogComparatorReadEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jrowberg/bglib

Public Properties

Property Type Description
output Byte
result System.UInt16

Public Methods

Method Description
AnalogComparatorReadEventArgs ( UInt16 result, Byte output )

Method Details

AnalogComparatorReadEventArgs() public method

public AnalogComparatorReadEventArgs ( UInt16 result, Byte output )
result System.UInt16
output Byte

Property Details

output public_oe property

public Byte output
return Byte

result public_oe property

public UInt16,System result
return System.UInt16