Click or drag to resize

AttributeValueWriteBytes Method

Write data into the attribute value.

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

Parameters

from
Type: SystemArraySegmentByteInAttribute
The buffer to copy the data from.
See Also