NullHostLink

The NullHostLing will not read or write.

Members

Functions

readDM
ushort[] readDM(const(int) address, const(int) length)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDM
void writeDM(const(int) address, const(ushort)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dataMemorySize
int dataMemorySize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unit
int unit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unit
int unit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

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.

unit
int unit [@property setter]
Undocumented in source.
dataMemorySize
int dataMemorySize [@property getter]

Data memory area size (DM)

Meta