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: 15.0.2.11458
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
Extension Methods
  NameDescription
Public Extension MethodTranslate(Type, IAddress)Overloaded.
Translate address from one form to another.
(Defined by AddressTranslatorServiceExtensions.)
Public Extension MethodTranslate(Type, String)Overloaded.
Translate a string address to an IAddress.
(Defined by AddressTranslatorServiceExtensions.)
Top
See Also