C# Class ATTClient.AttributeFoundEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

Property Type Description
chrdecl System.UInt16
connection Byte
properties Byte
uuid Byte[]
value System.UInt16

Public Methods

Method Description
AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )

Method Details

AttributeFoundEventArgs() public method

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
return System.UInt16

connection public_oe property

public Byte connection
return Byte

properties public_oe property

public Byte properties
return Byte

uuid public_oe property

public Byte[] uuid
return Byte[]

value public_oe property

public UInt16,System value
return System.UInt16