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

Manages the interface if a device was handshaked (greeted) with or not. Lights the appropriate LED to communicate the info to the user. More...

#include <IHandshakeUI.h>

Inheritance diagram for IHandshakeUI:
Inheritance graph
Collaboration diagram for IHandshakeUI:
Collaboration graph

Public Member Functions

virtual ~IHandshakeUI ()=default
 
virtual void handshake (bool handshaked)=0
 Sets the handshake status of the device. More...
 

Detailed Description

Manages the interface if a device was handshaked (greeted) with or not. Lights the appropriate LED to communicate the info to the user.

Constructor & Destructor Documentation

◆ ~IHandshakeUI()

virtual IHandshakeUI::~IHandshakeUI ( )
virtualdefault

Member Function Documentation

◆ handshake()

virtual void IHandshakeUI::handshake ( bool  handshaked)
pure virtual

Sets the handshake status of the device.

Parameters
handshakedif the device was handshaked or not

Implemented in HostHandshakeUI, and RemoteHandshakeUI.

Here is the caller graph for this function:

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