C# Class System.ReadMemoryEventArgs

Inheritance: EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

Property Type Description
address UInt32
data Byte[]

Public Methods

Method Description
ReadMemoryEventArgs ( UInt32 address, Byte data )

Method Details

ReadMemoryEventArgs() public method

public ReadMemoryEventArgs ( UInt32 address, Byte data )
address UInt32
data Byte

Property Details

address public_oe property

public UInt32,System address
return UInt32

data public_oe property

public Byte[] data
return Byte[]