From OpenSCADAWiki
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.