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: 15.0.2.11458
Syntax
C#
public virtual MemorySymbolTable<BuiltinMemAddress> ReadSymbolTable(
	ProtocolSocket socket
)

Parameters

socket
Type: Demo3D.NetProtocolSocket
The socket to register the symbol table with.

Return Value

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