Click or drag to resize

BuiltinMemAddress(BuiltinAddressSpace, Int64, DataType, Boolean) 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(
	BuiltinAddressSpace addressSpace,
	long bitAddress,
	DataType dataType,
	bool stronglyTyped
)

Parameters

addressSpace  BuiltinAddressSpace
The address bank.
bitAddress  Int64
The offset (in bits) of the address into the address space.
dataType  DataType
The type of the address.
stronglyTyped  Boolean
The address is strongly typed.
See Also