OPCServerIncompatibilityFindings flag group
Lua access code
To access the code of the flags below, append the flag group name and flag name to syslib.model.flags,
see an example below.
return syslib.model.flags.OPCServerIncompatibilityFindings.CONNECTION_POINT_NO_SHUTDOWN
Flags
| Name | Bit | Value | Description |
|---|---|---|---|
| CONNECTION_POINT_NO_SHUTDOWN | 2 | 2 | No connection point for server shutdown |
| CONNECTION_POINT_NO_SUPPORT | 1 | 1 | No connection point support |
| SERVER_NO_ERROR_SUPPORT | 4 | 8 | No Error support found in Server |
| SERVER_SHUTDOWN_NO_ADVICE | 3 | 4 | Server Shutdown connection point could not be adviced |