Esempio n. 1
0
File: SdlNet.cs Progetto: vhotur/tao
 public static extern IntPtr SDLNet_TCP_Accept(TCPsocket server);
Esempio n. 2
0
File: SdlNet.cs Progetto: vhotur/tao
 public static extern int SDLNet_TCP_Recv(TCPsocket sock, IntPtr data, int maxlen);
Esempio n. 3
0
File: SdlNet.cs Progetto: vhotur/tao
 public static extern int SDLNet_TCP_Send(TCPsocket sock, IntPtr data, int len);
Esempio n. 4
0
File: SdlNet.cs Progetto: vhotur/tao
 public static extern IntPtr SDLNet_TCP_GetPeerAddress(TCPsocket sock);