C# Class ATTClient.FindInformationFoundEventArgs

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

Méthodes publiques

Свойство Type Description
chrhandle System.UInt16
connection Byte
uuid Byte[]

Méthodes publiques

Méthode Description
FindInformationFoundEventArgs ( Byte connection, UInt16 chrhandle, Byte uuid )

Method Details

FindInformationFoundEventArgs() public méthode

public FindInformationFoundEventArgs ( Byte connection, UInt16 chrhandle, Byte uuid )
connection Byte
chrhandle System.UInt16
uuid Byte

Property Details

chrhandle public_oe property

public UInt16,System chrhandle
Résultat System.UInt16

connection public_oe property

public Byte connection
Résultat Byte

uuid public_oe property

public Byte[] uuid
Résultat Byte[]