C# Class SM.BondingFailEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: jrowberg/bglib

Public Properties

Property Type Description
handle Byte
result System.UInt16

Public Methods

Method Description
BondingFailEventArgs ( Byte handle, UInt16 result )

Method Details

BondingFailEventArgs() public method

public BondingFailEventArgs ( Byte handle, UInt16 result )
handle Byte
result System.UInt16

Property Details

handle public_oe property

public Byte handle
return Byte

result public_oe property

public UInt16,System result
return System.UInt16