documentation

This commit is contained in:
John
2022-02-05 19:15:56 +01:00
parent bc3b9489b6
commit a75acb5d46
+9
View File
@@ -209,8 +209,17 @@ class Device {
*/
void setListener(DeviceListener* listener) { m_listener = listener; }
/**
* Send a request for extra infos to enhanced device.
* @param infoId the ID of the info to request.
* @return @a RESULT_OK on success, or an error code otherwise.
*/
result_t requestEnhancedInfo(symbol_t infoId);
/**
* Retrieve/update all extra infos from an enhanced device.
* @return @a a string with the extra infos, or empty.
*/
string getEnhancedInfos();
protected: