Click or drag to resize

MemoryValueReadBytes(ArraySegmentByte) Method

Read data out of the attribute value into the specified buffer.

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

Parameters

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