|
FireSync API
|
| kStatus kNode_WriteMemory | ( | kNode | node, |
| kNodeMemorySpace | space, | ||
| k64u | offset, | ||
| kSize | length, | ||
| const void * | data | ||
| ) |
Writes to the specified memory space.
This method is intended for low-level debug access by FireSync platform developers. No input validation is performed; the use of invalid memory addresses or sizes may crash the device. Available memory spaces may vary from node to node. Use of this method beyond internal development/debug scenarios is prohibited.
| node | Node object. |
| space | Memory space in which address offset is interpreted. |
| offset | Address offset, in bytes, from the beginning of the memory space. |
| length | Length of memory to write. |
| data | Data to write. |