IHostLink.readDM

Reads the contents of specified DM ushort, starting from the specified address.

interface IHostLink
ushort[]
readDM
(
const(int) address
,
const(int) length
)

Parameters

address
Type: const(int)

Beginning DM address

length
Type: const(int)

Number of DM to read

Meta