5 #include <tobicore/TCBlock.hpp>
13 int TPiD::ConfAsClient(
const std::string &ip,
const std::string& port) {
14 int status = TPInterface::ConfAsClient(ip, port);
20 int TPiD::ConfAsServer(
const std::string &ip,
const std::string& port) {
41 TPInterface::_cache.clear();
51 TPInterface::_cache.clear();
52 if(this->
_stream.
Extract(&this->_cache,
"<tcstatus",
"/>") ==
true) {
58 int comp, status, fidx;
59 if(this->_lang.
IsStatus(this->_cache, &comp, &status, &fidx) ==
true) {
74 TPInterface::_cache.clear();