Click or drag to resize

ExampleMemoryServerReadSymbolTable Method

Read the symbol table from the PLC.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public virtual MemorySymbolTable<BuiltinMemAddress> ReadSymbolTable(
	ProtocolSocket socket
)

Parameters

socket  ProtocolSocket
The socket to register the symbol table with.

Return Value

MemorySymbolTableBuiltinMemAddress
The browse root (or null if the symbol table can't be read).
See Also