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: 15.0.2.11458
Syntax
C#
MemoryAddress CreateAddress(
	long bitAddress,
	DataType dataType,
	bool stronglyTyped
)

Parameters

bitAddress
Type: SystemInt64
The address offset.
dataType
Type: Demo3D.PLC.CommsDataType
The data type of the address.
stronglyTyped
Type: SystemBoolean
The dataType is strongly typed.

Return Value

Type: MemoryAddress
The new address.
See Also