From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
'''Public attributes:''' | '''Public attributes:''' | ||
* ''string name, inPrtId;'' — name and input protocol identifier; | * ''string name, inPrtId;'' — name and input protocol identifier; | ||
+ | * ''string idPolicyId, user;'' — the policy identifier and user of the authentication; | ||
* ''uint32_t secCnl;'' — security channel, linked the session; | * ''uint32_t secCnl;'' — security channel, linked the session; | ||
* ''double tInact;'' — inactivity time; | * ''double tInact;'' — inactivity time; |
Latest revision as of 09:15, 3 April 2025
Public attributes:
- string name, inPrtId; — name and input protocol identifier;
- string idPolicyId, user; — the policy identifier and user of the authentication;
- uint32_t secCnl; — security channel, linked the session;
- double tInact; — inactivity time;
- int64_t tAccess; — access time;
- string servNonce; — random sequence of the server;
- map<string, ContPoint> cntPnts; — browse's continuation points;
- deque<string> publishReqs; — publish requests list.