HiveMind
Public Member Functions | List of all members
IConnectionStateUI Class Referenceabstract

Manages UI of the connection state with the host and informs the user via LEDs. More...

#include <IConnectionStateUI.h>

Inheritance diagram for IConnectionStateUI:
Inheritance graph
Collaboration diagram for IConnectionStateUI:
Collaboration graph

Public Member Functions

virtual ~IConnectionStateUI ()=default
 
virtual void setConnectionState (ConnectionState state)=0
 Sets the state of the connection. More...
 

Detailed Description

Manages UI of the connection state with the host and informs the user via LEDs.

Constructor & Destructor Documentation

◆ ~IConnectionStateUI()

virtual IConnectionStateUI::~IConnectionStateUI ( )
virtualdefault

Member Function Documentation

◆ setConnectionState()

virtual void IConnectionStateUI::setConnectionState ( ConnectionState  state)
pure virtual

Sets the state of the connection.

Parameters
statethe state to set to

Implemented in ConnectionStateUI.


The documentation for this class was generated from the following file: