ISymbolTableGetSymbolTableAsync Method |
Read the symbol table from the PLC.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
SyntaxTask<IBrowseItem?> GetSymbolTableAsync(
bool sync
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.
Return Value
Type:
TaskIBrowseItemThe browse root (or null if the symbol table can't be read).
See Also