C# Class System.RegReadEventArgs

Inheritance: EventArgs
Mostra file Open project: jrowberg/bglib

Public Properties

Property Type Description
address UInt16
value Byte

Public Methods

Method Description
RegReadEventArgs ( UInt16 address, Byte value )

Method Details

RegReadEventArgs() public method

public RegReadEventArgs ( UInt16 address, Byte value )
address UInt16
value Byte

Property Details

address public_oe property

public UInt16,System address
return UInt16

value public_oe property

public Byte value
return Byte