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