IAddressSpaceCreateAddress Method |
Creates a new address with the specified parameters.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxMemoryAddress 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
MemoryAddressThe new address.
See Also