Click or drag to resize

IAddressTranslatorServiceTranslate Method

Translate address from one form to another.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
IAddress? 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

IAddress
An address of the correct form, or null.
See Also