FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
nodeNode object.
spaceMemory space in which address offset is interpreted.
offsetAddress offset, in bytes, from the beginning of the memory space.
lengthLength of memory to write.
dataData to write.
Returns
Operation status.