add timeout for info request and allow more being optional, support shorter config response, comments
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user