IAddressTranslatorServiceTranslate Method |
Translate address from one form to another.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxIAddress? Translate(
Type addressType,
IAddress address,
List<IAddress>? translations
)
Parameters
- addressType Type
- The type of the address to return.
- address IAddress
- The address to convert.
- translations ListIAddress
- Populated with the address translations.
Return Value
IAddressAn address of the correct form, or null.
See Also