C# Class ATTClient.AttributeFoundEventArgs

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )

Method Details

AttributeFoundEventArgs() public méthode

public AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )
connection Byte
chrdecl System.UInt16
value System.UInt16
properties Byte
uuid Byte

Property Details

chrdecl public_oe property

public UInt16,System chrdecl
Résultat System.UInt16

connection public_oe property

public Byte connection
Résultat Byte

properties public_oe property

public Byte properties
Résultat Byte

uuid public_oe property

public Byte[] uuid
Résultat Byte[]

value public_oe property

public UInt16,System value
Résultat System.UInt16