Click or drag to resize

ISymbolTableGetSymbolTableAsync Method

Read the symbol table from the PLC.

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

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.

Return Value

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