IAddressTranslatorService Interface |
Namespace: Demo3D.PLC.Comms
public interface IAddressTranslatorService
The IAddressTranslatorService type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterMap |
Register an address mapping function.
| |
| Translate |
Translate address from one form to another.
| |
| UnregisterMap(FuncIAddress, IAddress) |
Unregister an address mapping function.
| |
| UnregisterMap(Type, Type) |
Unregister an address mapping function.
|
| Name | Description | |
|---|---|---|
| Translate(Type, IAddress) | Overloaded.
Translate address from one form to another.
(Defined by AddressTranslatorServiceExtensions.) | |
| Translate(Type, String) | Overloaded.
Translate a string address to an IAddress.
(Defined by AddressTranslatorServiceExtensions.) |