ExampleMemoryServerReadSymbolTable Method |
Read the symbol table from the PLC.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic virtual MemorySymbolTable<BuiltinMemAddress> ReadSymbolTable(
ProtocolSocket socket
)
Parameters
- socket ProtocolSocket
- The socket to register the symbol table with.
Return Value
MemorySymbolTableBuiltinMemAddressThe browse root (or null if the symbol table can't be read).
See Also