Click or drag to resize

MemoryAddress(IAddressSpace, Int64, Int64) Constructor

Constructs a MemoryAddress.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public MemoryAddress(
	IAddressSpace addressSpace,
	long bitAddress,
	long numBits
)

Parameters

addressSpace  IAddressSpace
The address space of the memory bank.
bitAddress  Int64
The address offset.
numBits  Int64
The lenfth of the addressed area.
Remarks
You cannot serialize out a MemoryAddress unless it's an instance of a derived class that implements a serializer that includes address space information.
See Also