add timeout for info request and allow more being optional, support shorter config response, comments

This commit is contained in:
John
2023-05-01 19:32:14 +02:00
parent 9c0af7b95e
commit 1895339e45
2 changed files with 53 additions and 17 deletions
+3
View File
@@ -342,6 +342,9 @@ class Device {
/** the ID of the last requested info. */
symbol_t m_infoId;
/** the time of the last info request. */
time_t m_infoReqTime;
/** the info buffer expected length. */
size_t m_infoLen;