HiveMind
|
#include <RemoteHandshakeUI.h>
Public Member Functions | |
RemoteHandshakeUI (IApplicationInterface &appInterface) | |
~RemoteHandshakeUI ()=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 |
RemoteHandshakeUI::RemoteHandshakeUI | ( | IApplicationInterface & | appInterface | ) |
|
default |
|
overridevirtual |
Sets the handshake status of the device.
handshaked | if the device was handshaked or not |
Implements IHandshakeUI.
|
private |