FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_ReadMemory ( kNode  node,
kNodeMemorySpace  space,
k64u  offset,
kSize  length,
void *  data 
)

Reads from 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 read.
dataReceives data read from node.
Returns
Operation status.