C# Class System.EndpointRXEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
data Byte[]
result UInt16

Méthodes publiques

Méthode Description
EndpointRXEventArgs ( UInt16 result, Byte data )

Method Details

EndpointRXEventArgs() public méthode

public EndpointRXEventArgs ( UInt16 result, Byte data )
result UInt16
data Byte

Property Details

data public_oe property

public Byte[] data
Résultat Byte[]

result public_oe property

public UInt16,System result
Résultat UInt16