Go to the documentation of this file.
9 m_socket(sock), m_parent(parent),
34 uint min_reply_length)
virtual int DecrRef(void)
Decrements reference count and deletes on 0.
SocketHandler(MythSocket *sock, MythSocketManager *parent, QString hostname)
~SocketHandler() override
Class for communcating between myth backends and frontends.
bool WriteStringList(const QStringList &list)
bool WriteStringList(const QStringList &strlist)
bool SendReceiveStringList(QStringList &strlist, uint min_reply_length=0)
virtual int IncrRef(void)
Increments reference count.
General purpose reference counter.
bool SendReceiveStringList(QStringList &list, uint min_reply_length=0, std::chrono::milliseconds timeoutMS=kLongTimeout)