added getter for reject reply

This commit is contained in:
2020-06-24 16:24:16 +02:00
parent fc0d42e3e0
commit ce3e4a1176
3 changed files with 19 additions and 6 deletions

View File

@ -124,6 +124,8 @@ public:
*/
void setToUnknownCommand();
void setReplyRejected(ReturnValue_t reason, Command_t initialCommand = CMD_NONE);
ReturnValue_t getReplyRejectedReason(Command_t *initialCommand) const;
size_t getMinimumMessageSize() const;
};