C# Class ATTClient.ProcedureCompletedEventArgs

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

Public Properties

Property Type Description
chrhandle System.UInt16
connection Byte
result System.UInt16

Public Methods

Method Description
ProcedureCompletedEventArgs ( Byte connection, UInt16 result, UInt16 chrhandle )

Method Details

ProcedureCompletedEventArgs() public method

public ProcedureCompletedEventArgs ( Byte connection, UInt16 result, UInt16 chrhandle )
connection Byte
result System.UInt16
chrhandle System.UInt16

Property Details

chrhandle public property

public UInt16,System chrhandle
return System.UInt16

connection public property

public Byte connection
return Byte

result public property

public UInt16,System result
return System.UInt16