C# Class SM.EncryptStartEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: jrowberg/bglib

Public Properties

Property Type Description
handle Byte
result System.UInt16

Public Methods

Method Description
EncryptStartEventArgs ( Byte handle, UInt16 result )

Method Details

EncryptStartEventArgs() public method

public EncryptStartEventArgs ( 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