From OpenSCADAWiki
Revision as of 16:58, 7 April 2020 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
Public methods:
- virtual void itemListIn( vector<string> &ls, const string &curIt = "" ); — Items list of protocol for individual addressing into transport.
- void list( vector<string> &list ) const; — The list of open input sessions.
- bool openStat( const string &name ) const; — Check for the openness of the input session with the specified name.
- void open( const string &name, TTransportIn *tr = NULL, const string &sender = "" ); — Opening of the session on behalf of the input transport tr.
- void close( const string &name ); — Closing of the input session.
- AutoHD<TProtocolIn> at( const string &name ) const; — Connecting to the open input sessions.
- virtual void outMess( XMLNode &io, TTransportOut &tro ); — Sending the data in the XML tree in over the protocol and transport tro.