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