HiveMind
|
#include <HostHandshakeUI.h>
Public Member Functions | |
HostHandshakeUI (IApplicationInterface &appInterface) | |
~HostHandshakeUI () override=default | |
void | handshake (bool handshaked) override |
Sets the handshake status of the device. More... | |
Public Member Functions inherited from IHandshakeUI | |
virtual | ~IHandshakeUI ()=default |
Private Attributes | |
IApplicationInterface & | m_appInterface |
HostHandshakeUI::HostHandshakeUI | ( | IApplicationInterface & | appInterface | ) |
|
overridedefault |
|
overridevirtual |
Sets the handshake status of the device.
handshaked | if the device was handshaked or not |
Implements IHandshakeUI.
|
private |