Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Hardware
I2CReadEventArgs
C# Class Hardware.I2CReadEventArgs
Inheritance:
System.EventArgs
显示文件
Open project: jrowberg/bglib
Public Properties
Property
Type
Description
data
Byte[]
result
System.UInt16
Public Methods
Method
Description
I2CReadEventArgs
(
UInt16
result
,
Byte
data
)
Method Details
I2CReadEventArgs()
public
method
public
I2CReadEventArgs
(
UInt16
result
,
Byte
data
)
result
System.UInt16
data
Byte
Property Details
data
public_oe property
public
Byte[]
data
return
Byte[]
result
public_oe property
public
UInt16,System
result
return
System.UInt16