C# Class ATTClient.AttributeFoundEventArgs

Inheritance: System.EventArgs
Show file 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 property

public UInt16,System chrdecl
return System.UInt16

connection public property

public Byte connection
return Byte

properties public property

public Byte properties
return Byte

uuid public property

public Byte[] uuid
return Byte[]

value public property

public UInt16,System value
return System.UInt16