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