MemorySymbolTableAddressTypeRegisterAddressMap(IAddressTranslatorService) Method |
Registers a symbol to address translation function with the given address translator.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void RegisterAddressMap(
IAddressTranslatorService? addressTranslator
)
Parameters
- addressTranslator IAddressTranslatorService
- The address translator to register the symbol table with.
See Also