GetRAMMemory Method


This method will read the requested memory from the Internal Data Address Space. The requested RAM memory must be located in the target device's Internal Data Address Space.


Syntax
[ bArray = ] object.GetRAMMemory( _
        nStartAddress As Long, _
        nLength As Long _
    )

Parameters
nStartAddress
    The start address of the memory location to be referenced.
nLength
    The number of bytes to read from memory.

Possible Values
bArray
    If the function completes successfully, the Byte() returned
    will contain the requested memory.