Click or drag to resize

MemorySymbolTableAddressTypeRegisterAddressMap Method (IAddressTranslatorService)

Registers a symbol to address translation function with the given address translator.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void RegisterAddressMap(
	IAddressTranslatorService? addressTranslator
)

Parameters

addressTranslator
Type: Demo3D.PLC.CommsIAddressTranslatorService
The address translator to register the symbol table with.
See Also