Click or drag to resize

MemoryValueWriteInt16LE Method

Write a value to the attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override sealed void WriteInt16LE(
	short value
)

Parameters

value  Int16
The value to write.
See Also