Click or drag to resize

AttributeValueReadBytes Method (ArraySegmentByte)

Read the attribute value into the specified buffer.

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

Parameters

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