sdl_net

Undocumented in source.

Members

Aliases

SDLNet_GenericSocket
alias SDLNet_GenericSocket = _SDLNet_GenericSocket*
Undocumented in source.
SDLNet_SocketSet
alias SDLNet_SocketSet = _SDLNet_SocketSet*
Undocumented in source.
SDLNet_version
alias SDLNet_version = SDL_version
Undocumented in source.
TCPsocket
alias TCPsocket = _TCPsocket*
Undocumented in source.
UDPsocket
alias UDPsocket = _UDPsocket*
Undocumented in source.

Enums

INADDR_ANY
anonymousenum INADDR_ANY
Undocumented in source.
SDLNetSupport
enum SDLNetSupport
Undocumented in source.

Functions

SDLNet_Read16
ushort SDLNet_Read16(const(void)* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_Read32
uint SDLNet_Read32(const(void)* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_SocketReady
bool SDLNet_SocketReady(TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_SocketReady
bool SDLNet_SocketReady(UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_TCP_AddSocket
int SDLNet_TCP_AddSocket(SDLNet_SocketSet set, TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_TCP_DelSocket
int SDLNet_TCP_DelSocket(SDLNet_SocketSet set, TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_UDP_AddSocket
int SDLNet_UDP_AddSocket(SDLNet_SocketSet set, UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_UDP_DelSocket
int SDLNet_UDP_DelSocket(SDLNet_SocketSet set, UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_Write16
void SDLNet_Write16(ushort value, void* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_Write32
void SDLNet_Write32(uint value, void* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_NET_VERSION
void SDL_NET_VERSION(SDLNet_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_NET_VERSION_ATLEAST
bool SDL_NET_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedSDLNetVersion
deprecated SDLNetSupport loadedSDLNetVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SDLNET_MAX_UDPADRESSES
enum SDLNET_MAX_UDPADRESSES;
Undocumented in source.
SDLNET_MAX_UDPCHANNELS
enum SDLNET_MAX_UDPCHANNELS;
Undocumented in source.
SDL_NET_MAJOR_VERSION
enum SDL_NET_MAJOR_VERSION;
Undocumented in source.
SDL_NET_MINOR_VERSION
enum SDL_NET_MINOR_VERSION;
Undocumented in source.
SDL_NET_PATCHLEVEL
enum SDL_NET_PATCHLEVEL;
Undocumented in source.
sdlNetSupport
enum sdlNetSupport;
Undocumented in source.

Structs

IPaddress
struct IPaddress
Undocumented in source.
UDPpacket
struct UDPpacket
Undocumented in source.
_SDLNet_GenericSocket
struct _SDLNet_GenericSocket
Undocumented in source.
_SDLNet_SocketSet
struct _SDLNet_SocketSet
Undocumented in source.
_TCPsocket
struct _TCPsocket
Undocumented in source.
_UDPsocket
struct _UDPsocket
Undocumented in source.

Meta