Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IArchNetwork::PollEventMask Struct Reference

Events for poll() More...

#include <IArchNetwork.h>

Static Public Attributes

static const int In = 1
 Socket is readable.
static const int Out = 2
 Socket is writable.
static const int Error = 4
 The socket is in an error state.
static const int Invalid = 8
 The socket is invalid.

Detailed Description

Events for poll()

Events for poll() are bitmasks and can be combined using the bitwise operators.

Member Data Documentation

◆ Error

const int IArchNetwork::PollEventMask::Error = 4
inlinestatic

The socket is in an error state.

◆ In

const int IArchNetwork::PollEventMask::In = 1
inlinestatic

Socket is readable.

◆ Invalid

const int IArchNetwork::PollEventMask::Invalid = 8
inlinestatic

The socket is invalid.

◆ Out

const int IArchNetwork::PollEventMask::Out = 2
inlinestatic

Socket is writable.


The documentation for this struct was generated from the following file: