C# Class SM.WhitelistBondsEventArgs

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

Public Properties

Property Type Description
count Byte
result System.UInt16

Public Methods

Method Description
WhitelistBondsEventArgs ( UInt16 result, Byte count )

Method Details

WhitelistBondsEventArgs() public method

public WhitelistBondsEventArgs ( UInt16 result, Byte count )
result System.UInt16
count Byte

Property Details

count public_oe property

public Byte count
return Byte

result public_oe property

public UInt16,System result
return System.UInt16