Click or drag to resize

MemorySymbolTableAddressTypeRegisterAddressMap Method (ProtocolSocket)

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

Parameters

socket
Type: Demo3D.NetProtocolSocket
The socket associated with the PLC connection to register the symbol table with.
See Also