object.SetRAMMemory( _ nStartAddress As Long, _ bMem As Byte() _ )
nStartAddress The start address of the memory location to be referenced.
bMem Array with the bytes to be written. If the method completes successfully, the entire Array has been programmed to the requested memory.