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
Attributes
ReadTypeEventArgs
C# Class Attributes.ReadTypeEventArgs
Inheritance:
System.EventArgs
显示文件
Open project: jrowberg/bglib
Public Properties
Property
Type
Description
handle
System.UInt16
result
System.UInt16
value
Byte[]
Public Methods
Method
Description
ReadTypeEventArgs
(
UInt16
handle
,
UInt16
result
,
Byte
value
)
Method Details
ReadTypeEventArgs()
public
method
public
ReadTypeEventArgs
(
UInt16
handle
,
UInt16
result
,
Byte
value
)
handle
System.UInt16
result
System.UInt16
value
Byte
Property Details
handle
public_oe property
public
UInt16,System
handle
return
System.UInt16
result
public_oe property
public
UInt16,System
result
return
System.UInt16
value
public_oe property
public
Byte[]
value
return
Byte[]