Click or drag to resize

MemoryAddress Constructor (IAddressSpace, Int64, Int64)

Constructs a MemoryAddress.

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

Parameters

addressSpace
Type: Demo3D.PLC.CommsIAddressSpace
The address space of the memory bank.
bitAddress
Type: SystemInt64
The address offset.
numBits
Type: SystemInt64
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