Click or drag to resize

AddressTranslatorServiceExtensions Class

A class containing extension methods for IAddressTranslatorService.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsAddressTranslatorServiceExtensions

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static class AddressTranslatorServiceExtensions
Methods
  NameDescription
Public methodStatic memberTranslate(IAddressTranslatorService, Type, IAddress)
Translate address from one form to another.
Public methodStatic memberTranslate(IAddressTranslatorService, Type, String)
Translate a string address to an IAddress.
Top
See Also