do send read hook

This commit is contained in:
Jakob Meier
2022-02-03 10:46:14 +01:00
parent bf5a11cbd3
commit 06ffe27fcc
2 changed files with 13 additions and 0 deletions

View File

@ -1082,6 +1082,12 @@ class DeviceHandlerBase : public DeviceHandlerIF,
*/
void commandSwitch(ReturnValue_t onOff);
/**
* @brief This function can be used to insert device specific code during the do-send-read
* step.
*/
virtual ReturnValue_t doSendReadHook();
private:
/**
* State a cookie is in.