GetScratchPadMemory Method
This method will read the requested memory from the ScratchPAd Data Address Space. The requested ScratchPad memory must be located in the target device's ScratchPad Data Address Space. Special attention should be paid to insure proper referencing of the ScratchPad Data Address Space.
Syntax
[ bArray = ] object.GetScratchPadMemory( _
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.