Click or drag to resize

MemoryValue Constructor

Constructs an attribute value.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public MemoryValue(
	uint attributeId,
	DataDimensions dimensions,
	IMemoryXAllocator? memAllocator = null,
	MemoryX? memory = null
)

Parameters

attributeId  UInt32
The attribute id.
dimensions  DataDimensions
Initial dimensions.
memAllocator  IMemoryXAllocator  (Optional)
Memory allocator (to allow allocating and re-sizing of values).
memory  MemoryX  (Optional)
Initial memory location (or null to delay initialization).
See Also