vec getter, reset for content

This commit is contained in:
2022-11-28 08:43:54 +01:00
parent d6ee2ed400
commit b13453f46b
2 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,8 @@ class CommandExecutor {
*/
void reset();
const std::vector<char>& getReadVector() const;
private:
std::string currentCmd;
bool blocking = true;