Click or drag to resize

MemorySymbolTableAddressTypeRegisterAddressMap(IAddressTranslatorService) Method

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

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

Parameters

addressTranslator  IAddressTranslatorService
The address translator to register the symbol table with.
See Also