CopyIn
(Engine-Level Function)
Deprecated. This function relies on the VTSIO driver, which is no longer included in new installations. Will continue to function in legacy installations but should not be used in new code.
Description: | Copies data from an absolute RAM address and returns a buffer. |
Returns: | Buffer |
Usage: | Script Only. |
Function Groups: | Memory I/O |
Related to: | CopyOut | MemIn | MemOut |
Format: | CopyIn(Address, Length) |
Parameters: |
Address |
Required. Any numeric expression giving the absolute RAM address to start to copy. Typically the address is specified using the colon ( : ) operator. |
Length |
Required. Any numeric expression giving the number of bytes to copy. |
Comments: |
This function requires that the VTSIO driver be installed, which will not be true in new installations. A buffer is returned that is a copy of RAM at Address. |