|
| MemoryArea (IntPtr ptr, uint size) |
|
void | Write (byte[] data) |
| Write a byte array to the memory map More...
|
|
void | Write (int offset, byte[] data) |
| Write a byte array to the memory map More...
|
|
byte[] | Read () |
| Copy the whole memory map into an array and return it More...
|
|
byte[] | Read (int offset, int length) |
| Copy part of the memory map into an array and return it More...
|
|
byte [] MonoBrickFirmware.Native.MemoryArea.Read |
( |
| ) |
|
|
inline |
Copy the whole memory map into an array and return it
byte [] MonoBrickFirmware.Native.MemoryArea.Read |
( |
int |
offset, |
|
|
int |
length |
|
) |
| |
|
inline |
Copy part of the memory map into an array and return it
- Parameters
-
offset | Memory map offset |
length | Number of bytes to read |
void MonoBrickFirmware.Native.MemoryArea.Write |
( |
byte[] |
data | ) |
|
|
inline |
Write a byte array to the memory map
- Parameters
-
void MonoBrickFirmware.Native.MemoryArea.Write |
( |
int |
offset, |
|
|
byte[] |
data |
|
) |
| |
|
inline |
Write a byte array to the memory map
- Parameters
-
offset | Memory map offset |
data | Data to write |
The documentation for this class was generated from the following file: