IP Address and Port number
This type contains the information used to form network connections and sockets.

Binds to C-function call in SDL_net.h: typedef struct { Uint32 host; Uint16 port; } IPaddress;

Ejemplo n.º 1
0
 public static IntPtr SDLNet_TCP_Open(ref SdlNet.IPaddress ip);
Ejemplo n.º 2
0
 public static int SDLNet_ResolveHost(ref SdlNet.IPaddress address, string host, short port);
Ejemplo n.º 3
0
 public static string SDLNet_ResolveIP(ref SdlNet.IPaddress address);
Ejemplo n.º 4
0
 public static int SDLNet_UDP_Bind(IntPtr sock, int channel, ref SdlNet.IPaddress address);