Property | Type | Description | |
---|---|---|---|
LoggingEnabled | bool |
Method | 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 |
Method | Description | |
---|---|---|
Memory ( ) : System |
public static BlockRead ( uint addr, byte buffer, int length ) : int | ||
addr | uint | |
buffer | byte | |
length | int | |
return | int |
public static BlockWrite ( uint addr, byte buffer, int length ) : void | ||
addr | uint | |
buffer | byte | |
length | int | |
return | void |
public static Read ( uint addr, int size ) : uint | ||
addr | uint | |
size | int | |
return | uint |
public static SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void | ||
segment | ushort | |
offset | ushort | |
buffer | byte | |
length | int | |
return | void |
public static Write ( uint addr, uint value, int size ) : void | ||
addr | uint | |
value | uint | |
size | int | |
return | void |