Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
socket.h File Reference
#include <WS2tcpip.h>
#include <Winsock2.h>
#include <ws2bth.h>

Macros

#define SHUT_RDWR   SD_BOTH
 
#define SHUT_RD   SD_RECEIVE
 
#define SHUT_WR   SD_SEND
 
#define AF_BTH   32
 
#define BTHPROTO_RFCOMM   3
 
#define AF_BLUETOOTH   AF_BTH
 
#define BTPROTO_RFCOMM   BTHPROTO_RFCOMM
 

Typedefs

typedef int socklen_t
 

Macro Definition Documentation

◆ AF_BLUETOOTH

#define AF_BLUETOOTH   AF_BTH

◆ AF_BTH

#define AF_BTH   32

◆ BTHPROTO_RFCOMM

#define BTHPROTO_RFCOMM   3

◆ BTPROTO_RFCOMM

#define BTPROTO_RFCOMM   BTHPROTO_RFCOMM

◆ SHUT_RD

#define SHUT_RD   SD_RECEIVE

◆ SHUT_RDWR

#define SHUT_RDWR   SD_BOTH

◆ SHUT_WR

#define SHUT_WR   SD_SEND

Typedef Documentation

◆ socklen_t

typedef int socklen_t