C# Class ATTClient.FindInformationFoundEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
chrhandle System.UInt16
connection Byte
uuid Byte[]

Public Methods

Method Description
FindInformationFoundEventArgs ( Byte connection, UInt16 chrhandle, Byte uuid )

Method Details

FindInformationFoundEventArgs() public method

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

Property Details

chrhandle public property

public UInt16,System chrhandle
return System.UInt16

connection public property

public Byte connection
return Byte

uuid public property

public Byte[] uuid
return Byte[]