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