Click or drag to resize

BuiltinMemAddress(Int32, Int64, Int64) Constructor

Constructs a new address for the Built-in Memory Server.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public BuiltinMemAddress(
	int addressBank,
	long bitAddress,
	long numBits
)

Parameters

addressBank  Int32
The address bank.
bitAddress  Int64
The offset (in bits) of the address into the address space.
numBits  Int64
The size of the address (in bits).
See Also