Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Hardware
AnalogComparatorReadEventArgs
C# Class Hardware.AnalogComparatorReadEventArgs
Inheritance:
System.EventArgs
Datei anzeigen
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