Click or drag to resize

ISymbolTableGetSymbolTableAsync Method

Read the symbol table from the PLC.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
Task<IBrowseItem?> GetSymbolTableAsync(
	bool sync
)

Parameters

sync  Boolean
If true, the Task returned must be guaranteed to be complete.

Return Value

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