C# Class System.EndpointWatermarkRXEventArgs

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

Méthodes publiques

Свойство Type Description
data Byte
endpoint Byte

Méthodes publiques

Méthode Description
EndpointWatermarkRXEventArgs ( Byte endpoint, Byte data )

Method Details

EndpointWatermarkRXEventArgs() public méthode

public EndpointWatermarkRXEventArgs ( Byte endpoint, Byte data )
endpoint Byte
data Byte

Property Details

data public_oe property

public Byte data
Résultat Byte

endpoint public_oe property

public Byte endpoint
Résultat Byte