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