C# Class Connection.DisconnectedEventArgs

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

Public Properties

Property Type Description
connection Byte
reason System.UInt16

Public Methods

Method Description
DisconnectedEventArgs ( Byte connection, UInt16 reason )

Method Details

DisconnectedEventArgs() public method

public DisconnectedEventArgs ( Byte connection, UInt16 reason )
connection Byte
reason System.UInt16

Property Details

connection public property

public Byte connection
return Byte

reason public property

public UInt16,System reason
return System.UInt16