19#ifndef SELECTCOMMANDSTATIONMENU_H
20#define SELECTCOMMANDSTATIONMENU_H
UserConfirmationAction
User confirmation action data types available.
Definition UserConfirmationInterface.h:23
Class to centrally manage all events for the application Exposes methods to register subscribers that...
Definition EventManager.h:28
Definition SelectCommandStationMenu.h:25
void handleUserConfirmationAction(UserConfirmationAction action) override
Implement this method to respond to user confirmation actions.
Definition SelectCommandStationMenu.cpp:26
void _initiateCommandStationConnection(uint8_t serverIndex)
Trigger the event manager to send the selected CommandStation to the connection manager.
Definition SelectCommandStationMenu.cpp:38