Click or drag to resize

IAddressSpaceCreateAddress Method

Creates a new address with the specified parameters.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
MemoryAddress CreateAddress(
	long bitAddress,
	DataType dataType,
	bool stronglyTyped
)

Parameters

bitAddress  Int64
The address offset.
dataType  DataType
The data type of the address.
stronglyTyped  Boolean
The dataType is strongly typed.

Return Value

MemoryAddress
The new address.
See Also