C# Class System.ReadMemoryEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
address UInt32
data Byte[]

Méthodes publiques

Méthode Description
ReadMemoryEventArgs ( UInt32 address, Byte data )

Method Details

ReadMemoryEventArgs() public méthode

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

Property Details

address public_oe property

public UInt32,System address
Résultat UInt32

data public_oe property

public Byte[] data
Résultat Byte[]