Свойство | Type | Description | |
---|---|---|---|
LoggingEnabled | bool |
Méthode | Description | |
---|---|---|
BlockRead ( uint addr, byte buffer, int length ) : int | ||
BlockWrite ( uint addr, byte buffer, int length ) : void | ||
Read ( uint addr, int size ) : uint | ||
SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void | ||
Write ( uint addr, uint value, int size ) : void |
Méthode | Description | |
---|---|---|
Memory ( ) : System |
public static BlockRead ( uint addr, byte buffer, int length ) : int | ||
addr | uint | |
buffer | byte | |
length | int | |
Résultat | int |
public static BlockWrite ( uint addr, byte buffer, int length ) : void | ||
addr | uint | |
buffer | byte | |
length | int | |
Résultat | void |
public static Read ( uint addr, int size ) : uint | ||
addr | uint | |
size | int | |
Résultat | uint |
public static SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void | ||
segment | ushort | |
offset | ushort | |
buffer | byte | |
length | int | |
Résultat | void |
public static Write ( uint addr, uint value, int size ) : void | ||
addr | uint | |
value | uint | |
size | int | |
Résultat | void |