Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IArchNetwork.h File Reference
#include "common/IInterface.h"
#include <string>
#include <vector>
Include dependency graph for IArchNetwork.h:
This graph shows which files directly or indirectly include this file:

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.

Typedef Documentation

◆ ArchNetAddress

Opaque network address type. An opaque type representing a network address.

◆ ArchSocket

Opaque socket type. An opaque type representing a socket.