reconnect the device after one minute of no signal and add reconnect count to info result, removed extra blank line from info result

This commit is contained in:
john30
2016-11-20 13:14:25 +01:00
parent f88d0188bb
commit d1f6d5e67d
4 changed files with 39 additions and 10 deletions
+3
View File
@@ -69,6 +69,9 @@ private:
/** the @a Device instance. */
Device* m_device;
/** the number of reconnects requested from the @a Device. */
unsigned int m_reconnectCount;
/** the @a MessageMap instance. */
MessageMap* m_messages;