Click or drag to resize

MemoryValueWriteString 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 WriteString(
	BinaryString? value,
	BinaryTextEncoding encoding
)

Parameters

value  BinaryString
The value to write.
encoding  BinaryTextEncoding
The text encoding.
See Also