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