![]() |
Deskflow 1.26.0.443
Keyboard and mouse sharing utility
|
Proxy for server implementing protocol version 1.7. More...
#include <ServerProxy1_7.h>


Public Member Functions | |
| ServerProxy1_7 (Client *client, deskflow::IStream *stream, IEventQueue *events) | |
| ~ServerProxy1_7 () override=default | |
| Public Member Functions inherited from ServerProxy | |
| ServerProxy (Client *client, deskflow::IStream *stream, IEventQueue *events) | |
| ServerProxy (ServerProxy const &)=delete | |
| ServerProxy (ServerProxy &&)=delete | |
| virtual | ~ServerProxy () |
| ServerProxy & | operator= (ServerProxy const &)=delete |
| ServerProxy & | operator= (ServerProxy &&)=delete |
| void | onInfoChanged () |
| bool | onGrabClipboard (ClipboardID) |
| void | onClipboardChanged (ClipboardID, const IClipboard *) |
Protected Member Functions | |
| ConnectionResult | parseMessage (const uint8_t *code) override |
| virtual ConnectionResult | parseHandshakeMessage (const uint8_t *code) |
| void | keyDown (uint16_t id, uint16_t mask, uint16_t button, const std::string &lang) |
| void | keyRepeat (uint16_t id, uint16_t mask, uint16_t count, uint16_t button, const std::string &lang) |
| deskflow::IStream * | getStream () const |
Additional Inherited Members | |
| enum class | ConnectionResult { Okay , Unknown , Disconnect } |
Proxy for server implementing protocol version 1.7.
| ServerProxy1_7::ServerProxy1_7 | ( | Client * | client, |
| deskflow::IStream * | stream, | ||
| IEventQueue * | events ) |
|
overridedefault |
|
overrideprotectedvirtual |
Reimplemented from ServerProxy.
Reimplemented in ServerProxy1_8.