Click or drag to resize

MemoryValueReadBytes(Int32) Method

Reads the attribute value and returns the data as a value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override sealed BufferSegment ReadBytes(
	int length
)

Parameters

length  Int32
Number of bytes to read (or -1).

Return Value

BufferSegment
The value read.
See Also