Click or drag to resize

MemorySymbolTableAddressTypeRegisterAddressMap(ProtocolSocket) 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(
	ProtocolSocket socket
)

Parameters

socket  ProtocolSocket
The socket associated with the PLC connection to register the symbol table with.
See Also