Click or drag to resize

IAddressTranslatorService Interface

Translator service for mapping from one IAddress to another IAddress.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public interface IAddressTranslatorService

The IAddressTranslatorService type exposes the following members.

Methods
  NameDescription
Public methodRegisterMap
Register an address mapping function.
Public methodTranslate
Translate address from one form to another.
Public methodUnregisterMap(FuncIAddress, IAddress)
Unregister an address mapping function.
Public methodUnregisterMap(Type, Type)
Unregister an address mapping function.
Top
See Also