From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 9: Line 9:
 
* ''string pass;'' — Password of the external host/station user.
 
* ''string pass;'' — Password of the external host/station user.
 
* ''uint8_t upRiseLev;'' — External hosts uprising level/depth of this host/station.
 
* ''uint8_t upRiseLev;'' — External hosts uprising level/depth of this host/station.
* ''int8_t mode;'' — Host mode.
+
* ''int8_t mode;'' — Host mode.
* ''time_t mdf;'' — Modification time.
+
* ''time_t mdf;'' — Modification time.

Latest revision as of 18:45, 10 September 2021

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 (Documents/API)
The structure of the external OpenSCADA hosts/stations (class TTransportS::ExtHost):
* ''ExtHost( const string &iUserOpen, const string &iid, const string &iname = "", const string &itransp = "", const string &iaddr = "", const string &iuser = "", const string &ipass = "", uint8_t iUpRiseLev = 0 );'' — Constructor of the structure initialization.
* ''string userOpen;'' — User who created the record about the external host/station.
* ''string id;'' — Id of the external host/station.
* ''string name;'' — Name of an external host/station.
* ''string transp;'' — Transport which is used to access an external host/station.
* ''string addr;'' — Address for the transport, which is used to access an external host/station.
* ''string user;'' — Users of the external host/station.
* ''string pass;'' — Password of the external host/station user.
* ''uint8_t upRiseLev;'' — External hosts uprising level/depth of this host/station.
* ''int8_t mode;'' — Host mode.
* ''time_t mdf;'' — Modification time.
TranslationThe structure of the external OpenSCADA hosts/stations (class TTransportS::ExtHost):
* ''ExtHost( const string &iUserOpen, const string &iid, const string &iname = "", const string &itransp = "", const string &iaddr = "", const string &iuser = "", const string &ipass = "", uint8_t iUpRiseLev = 0 );'' — Constructor of the structure initialization.
* ''string userOpen;'' — User who created the record about the external host/station.
* ''string id;'' — Id of the external host/station.
* ''string name;'' — Name of an external host/station.
* ''string transp;'' — Transport which is used to access an external host/station.
* ''string addr;'' — Address for the transport, which is used to access an external host/station.
* ''string user;'' — Users of the external host/station.
* ''string pass;'' — Password of the external host/station user.
* ''uint8_t upRiseLev;'' — External hosts uprising level/depth of this host/station.
* ''int8_t mode;'' — Host mode.
* ''time_t mdf;'' — Modification time.

The structure of the external OpenSCADA hosts/stations (class TTransportS::ExtHost):

  • ExtHost( const string &iUserOpen, const string &iid, const string &iname = "", const string &itransp = "", const string &iaddr = "", const string &iuser = "", const string &ipass = "", uint8_t iUpRiseLev = 0 ); — Constructor of the structure initialization.
  • string userOpen; — User who created the record about the external host/station.
  • string id; — Id of the external host/station.
  • string name; — Name of an external host/station.
  • string transp; — Transport which is used to access an external host/station.
  • string addr; — Address for the transport, which is used to access an external host/station.
  • string user; — Users of the external host/station.
  • string pass; — Password of the external host/station user.
  • uint8_t upRiseLev; — External hosts uprising level/depth of this host/station.
  • int8_t mode; — Host mode.
  • time_t mdf; — Modification time.