Click or drag to resize

IAddressTranslatorServiceTranslate Method

Translate address from one form to another.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
IAddress? 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: IAddress
An address of the correct form, or null.
See Also