derelict.sdl.net

Undocumented in source.

Members

Aliases

SDLNet_GenericSocket
alias SDLNet_GenericSocket = _SDLNet_GenericSocket*
Undocumented in source.
SDLNet_GetError
alias SDLNet_GetError = SDL_GetError
Undocumented in source.
SDLNet_SetError
alias SDLNet_SetError = SDL_SetError
Undocumented in source.
SDLNet_SocketSet
alias SDLNet_SocketSet = void*
Undocumented in source.
TCPsocket
alias TCPsocket = TCPsocketStruct*
Undocumented in source.
UDPsocket
alias UDPsocket = UDPsocketStruct*
Undocumented in source.
da_SDLNet_AddSocket
alias da_SDLNet_AddSocket = int function(SDLNet_SocketSet, SDLNet_GenericSocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_AllocPacket
alias da_SDLNet_AllocPacket = UDPpacket* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_AllocPacketV
alias da_SDLNet_AllocPacketV = UDPpacket** function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_AllocSocketSet
alias da_SDLNet_AllocSocketSet = SDLNet_SocketSet function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_CheckSockets
alias da_SDLNet_CheckSockets = int function(SDLNet_SocketSet, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_DelSocket
alias da_SDLNet_DelSocket = int function(SDLNet_SocketSet, SDLNet_GenericSocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_FreePacket
alias da_SDLNet_FreePacket = void function(UDPpacket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_FreePacketV
alias da_SDLNet_FreePacketV = void function(UDPpacket**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_FreeSocketSet
alias da_SDLNet_FreeSocketSet = void function(SDLNet_SocketSet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_GetLocalAddresses
alias da_SDLNet_GetLocalAddresses = int function(IPaddress*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_Init
alias da_SDLNet_Init = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_Linked_Version
alias da_SDLNet_Linked_Version = CSDLVERPTR function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_Quit
alias da_SDLNet_Quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_ResizePacket
alias da_SDLNet_ResizePacket = int function(UDPpacket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_ResolveHost
alias da_SDLNet_ResolveHost = int function(IPaddress*, in char*, Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_ResolveIP
alias da_SDLNet_ResolveIP = CCPTR function(in IPaddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_Accept
alias da_SDLNet_TCP_Accept = TCPsocket function(TCPsocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_Close
alias da_SDLNet_TCP_Close = void function(TCPsocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_GetPeerAddress
alias da_SDLNet_TCP_GetPeerAddress = IPaddress* function(TCPsocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_Open
alias da_SDLNet_TCP_Open = TCPsocket function(IPaddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_Recv
alias da_SDLNet_TCP_Recv = int function(TCPsocket, void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_TCP_Send
alias da_SDLNet_TCP_Send = int function(TCPsocket, in void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Bind
alias da_SDLNet_UDP_Bind = int function(UDPsocket, int, IPaddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Close
alias da_SDLNet_UDP_Close = void function(UDPsocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_GetPeerAddress
alias da_SDLNet_UDP_GetPeerAddress = IPaddress* function(UDPsocket, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Open
alias da_SDLNet_UDP_Open = UDPsocket function(Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Recv
alias da_SDLNet_UDP_Recv = int function(UDPsocket, UDPpacket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_RecvV
alias da_SDLNet_UDP_RecvV = int function(UDPsocket, UDPpacket**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Send
alias da_SDLNet_UDP_Send = int function(UDPsocket, int, UDPpacket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_SendV
alias da_SDLNet_UDP_SendV = int function(UDPsocket, UDPpacket**, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_SetPacketLoss
alias da_SDLNet_UDP_SetPacketLoss = void function(Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDLNet_UDP_Unbind
alias da_SDLNet_UDP_Unbind = void function(UDPsocket, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictSDLNetLoader
class DerelictSDLNetLoader
Undocumented in source.

Enums

INADDR_ANY
anonymousenum INADDR_ANY
Undocumented in source.
SDL_NET_MAJOR_VERSION
anonymousenum SDL_NET_MAJOR_VERSION
Undocumented in source.

Functions

SDLNet_Read16
Uint16 SDLNet_Read16(void* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_Read32
Uint32 SDLNet_Read32(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(Uint16 value, void* areap)
Undocumented in source. Be warned that the author may not have intended to support it.
SDLNet_Write32
void SDLNet_Write32(Uint32 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(SDL_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IPaddress
struct IPaddress
Undocumented in source.
TCPsocketStruct
struct TCPsocketStruct
Undocumented in source.
UDPpacket
struct UDPpacket
Undocumented in source.
UDPsocketStruct
struct UDPsocketStruct
Undocumented in source.
_SDLNet_GenericSocket
struct _SDLNet_GenericSocket
Undocumented in source.

Variables

DerelictSDLNet
DerelictSDLNetLoader DerelictSDLNet;
Undocumented in source.

Meta