Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <map>
#include <memory>
#include <string.h>
#include <vector>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include "PlatformDefs.h"
Classes | |
class | SOCKETS::CAddress |
class | SOCKETS::CBaseSocket |
class | SOCKETS::CUDPSocket |
class | SOCKETS::CPosixUDPSocket |
class | SOCKETS::CSocketFactory |
class | SOCKETS::CSocketListener |
Namespaces | |
namespace | SOCKETS |
Macros | |
#define | LISTENERROR 1 |
#define | LISTENEMPTY 2 |
Enumerations | |
enum | SOCKETS::SocketType { SOCKETS::ST_TCP , SOCKETS::ST_UDP , SOCKETS::ST_UNIX } |
#define LISTENEMPTY 2 |
#define LISTENERROR 1 |