C# Class ATTClient.IndicatedEventArgs

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

Public Properties

Property Type Description
attrhandle System.UInt16
connection Byte

Public Methods

Method Description
IndicatedEventArgs ( Byte connection, UInt16 attrhandle )

Method Details

IndicatedEventArgs() public method

public IndicatedEventArgs ( Byte connection, UInt16 attrhandle )
connection Byte
attrhandle System.UInt16

Property Details

attrhandle public property

public UInt16,System attrhandle
return System.UInt16

connection public property

public Byte connection
return Byte