예제 #1
0
        public static extern int manos_socket_sendto_ip(int fd, byte[] buffer, int offset, int length,
			ref ManosIPEndpoint to, out int err);
예제 #2
0
        public static extern int manos_socket_receivefrom_ip(int fd, byte[] buffer, int length,
			out ManosIPEndpoint source, out int err);
예제 #3
0
 public static extern int manos_socket_connect_ip(int fd, ref ManosIPEndpoint ep, out int err);
예제 #4
0
 public static extern int manos_socket_peername_ip(int fd, out ManosIPEndpoint ep, out int err);
예제 #5
0
 public static extern int manos_socket_accept(int fd, out ManosIPEndpoint remote, out int err);