C# Class System.EndpointWatermarkTXEventArgs

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

EndpointWatermarkTXEventArgs() public méthode

public EndpointWatermarkTXEventArgs ( 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