C# Class ATTClient.ProcedureCompletedEventArgs

Inheritance: System.EventArgs
Datei anzeigen 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_oe property

public UInt16,System chrhandle
return System.UInt16

connection public_oe property

public Byte connection
return Byte

result public_oe property

public UInt16,System result
return System.UInt16