Deskflow
1.26.0.443
Keyboard and mouse sharing utility
Toggle main menu visibility
Loading...
Searching...
No Matches
ServerProxy1_7.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2026 Synergy App Ltd
4
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5
*/
6
7
#pragma once
8
9
#include "
client/ServerProxy.h
"
10
12
class
ServerProxy1_7
:
public
ServerProxy
13
{
14
public
:
15
ServerProxy1_7
(
Client
*client,
deskflow::IStream
*stream,
IEventQueue
*events);
16
~ServerProxy1_7
()
override
=
default
;
17
18
protected
:
19
ConnectionResult
parseMessage
(
const
uint8_t *code)
override
;
20
21
private
:
22
void
secureInputNotification()
const
;
23
};
ServerProxy.h
Client
Deskflow client.
Definition
Client.h:42
IEventQueue
Event queue interface.
Definition
IEventQueue.h:29
ServerProxy1_7::ServerProxy1_7
ServerProxy1_7(Client *client, deskflow::IStream *stream, IEventQueue *events)
Definition
ServerProxy1_7.cpp:16
ServerProxy1_7::parseMessage
ConnectionResult parseMessage(const uint8_t *code) override
Definition
ServerProxy1_7.cpp:21
ServerProxy1_7::~ServerProxy1_7
~ServerProxy1_7() override=default
ServerProxy::ConnectionResult
ConnectionResult
Definition
ServerProxy.h:58
ServerProxy::ServerProxy
ServerProxy(Client *client, deskflow::IStream *stream, IEventQueue *events)
Definition
ServerProxy.cpp:29
deskflow::IStream
Bidirectional stream interface.
Definition
IStream.h:22
src
lib
client
ServerProxy1_7.h
Generated by
1.18.0