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.
|