HostLink

Provides the implementation for HostLink protocol

class HostLink : IHostLink {}

Inherited Members

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

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

writeDM
void writeDM(const(int) address, const(ushort)[] data)

Writes data to the DM area, starting from the specified address.

unit
int unit [@property getter]

PLC Unit number.

dataMemorySize
int dataMemorySize [@property getter]

Data memory area size (DM)

Meta