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;

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