doc addition

This commit is contained in:
Robin Müller 2022-04-14 11:14:59 +02:00
parent cd3153b464
commit 96babff67e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ class DeviceHandlerBase : public DeviceHandlerIF,
* @param[out] numberOfSwitches length of returned array
* @return
* - @c RETURN_OK if the parameters were set
* - @c RETURN_FAILED if no switches exist
* - @c RETURN_FAILED or DeviceHandlerBase::NO_SWITCH if no switches exist
*/
virtual ReturnValue_t getSwitches(const uint8_t **switches, uint8_t *numberOfSwitches);