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 | + | * ''string name, inPrtId;'' — name and input protocol identifier; |
− | * '' | + | * ''uint32_t secCnl;'' — security channel, linked the session; |
* ''double tInact;'' — inactivity time; | * ''double tInact;'' — inactivity time; | ||
* ''int64_t tAccess;'' — access time; | * ''int64_t tAccess;'' — access time; |
Revision as of 15:48, 30 May 2021
Public attributes:
- string name, inPrtId; — name and input protocol identifier;
- 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.