1
0
Fork 0

add a non-standard 0 value failure reason

This commit is contained in:
Kevin Matz 2022-12-07 21:58:10 -05:00
parent 382f2d26fd
commit 63ee24d334
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ private:
* @brief 7 Response Messages
*/
enum failure_reason {
SUCCESS = 0, //!< The opposite of failure. Non-standard!
NONSPECIFIC = 1, //!< Non-specific or non-DMP reason.
NOT_PROPERTY = 2, //!< The address does not correspond to a property.
WRITE_ONLY = 3, //!< The propertys value may not be read.