Click or drag to resize

CanReadSymbolsFlags Enumeration

Flags describing whether and how to read the symbol table.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[FlagsAttribute]
public enum CanReadSymbolsFlags
Members
  Member nameValueDescription
Yes0 Can read symbol table.
No1 Symbol table is permanently unavailable.
TemporarilyUnavailable2 Symbol table is temporarily unavailable.
RequiresConnection4 Reading symbol table requires connection to be running.
YesWithConnection4 Yes, but requires a connection to read the symbol table.
See Also