![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include <cstdint>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | IArchNetwork |
| Interface for architecture dependent networking. More... | |
| struct | IArchNetwork::PollEventMask |
Events for poll(). More... | |
| class | IArchNetwork::PollEntry |
A socket query for poll(). More... | |
Typedefs | |
| using | ArchSocket = ArchSocketImpl * |
| Opaque socket type. An opaque type representing a socket. | |
| using | ArchNetAddress = ArchNetAddressImpl * |
| Opaque network address type. An opaque type representing a network address. | |
| using ArchNetAddress = ArchNetAddressImpl * |
Opaque network address type. An opaque type representing a network address.
| using ArchSocket = ArchSocketImpl * |
Opaque socket type. An opaque type representing a socket.