C# Class ATTClient.IndicatedEventArgs

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

Méthodes publiques

Свойство Type Description
attrhandle System.UInt16
connection Byte

Méthodes publiques

Méthode Description
IndicatedEventArgs ( Byte connection, UInt16 attrhandle )

Method Details

IndicatedEventArgs() public méthode

public IndicatedEventArgs ( Byte connection, UInt16 attrhandle )
connection Byte
attrhandle System.UInt16

Property Details

attrhandle public_oe property

public UInt16,System attrhandle
Résultat System.UInt16

connection public_oe property

public Byte connection
Résultat Byte