From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)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.