From OpenSCADAWiki
Jump to: navigation, search
(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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modules/OPC UA)
'''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.
Translation'''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.

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.