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[FlagsAttribute]
public enum CanReadSymbolsFlags
Members|
| Member name | Value | Description |
|---|
| Yes | 0 |
Can read symbol table.
|
| No | 1 |
Symbol table is permanently unavailable.
|
| TemporarilyUnavailable | 2 |
Symbol table is temporarily unavailable.
|
| RequiresConnection | 4 |
Reading symbol table requires connection to be running.
|
| YesWithConnection | 4 |
Yes, but requires a connection to read the symbol table.
|
See Also