19#ifndef USERCONFIRMATIONINTERFACE_H
20#define USERCONFIRMATIONINTERFACE_H
UserConfirmationAction
User confirmation action data types available.
Definition UserConfirmationInterface.h:23
Interface class to abstract user confirmation actions from physical implementations All physical user...
Definition UserConfirmationInterface.h:29
virtual UserConfirmationAction getUserConfirmationAction()=0
Implement this to check for any user confirmation actions This should be called at least once per mai...
virtual void begin()=0
Implement this to perform any initial startup methods or activities.
virtual ~UserConfirmationInterface()=default
Destructor for the object.