예제 #1
0
 internal static extern int socklynx_socket_recv(Socket *sock, Buffer *buf, int bufcount, Endpoint *endpoint);
예제 #2
0
 internal static extern int socklynx_socket_open(Socket *sock);
예제 #3
0
 internal static extern int socklynx_socket_close(Socket *sock);
예제 #4
0
 internal static extern int socklynx_socket_nonblocking(Socket *sock, int enabled);