Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Attributes
ReadEventArgs
C# Class Attributes.ReadEventArgs
Inheritance:
System.EventArgs
Show file
Open project: jrowberg/bglib
Public Properties
Property
Type
Description
handle
System.UInt16
offset
System.UInt16
result
System.UInt16
value
Byte[]
Public Methods
Method
Description
ReadEventArgs
(
UInt16
handle
,
UInt16
offset
,
UInt16
result
,
Byte
value
)
Method Details
ReadEventArgs()
public
method
public
ReadEventArgs
(
UInt16
handle
,
UInt16
offset
,
UInt16
result
,
Byte
value
)
handle
System.UInt16
offset
System.UInt16
result
System.UInt16
value
Byte
Property Details
handle
public property
public
UInt16,System
handle
return
System.UInt16
offset
public property
public
UInt16,System
offset
return
System.UInt16
result
public property
public
UInt16,System
result
return
System.UInt16
value
public property
public
Byte[]
value
return
Byte[]