Click or drag to resize

AttributeValueWriteBytes Method

Write data into the attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract void WriteBytes(
	 in ArraySegment<byte> from
)

Parameters

from  ArraySegmentByte
The buffer to copy the data from.
See Also