예제 #1
0
 public static extern int uv_shutdown(IntPtr req, IntPtr handle, handle_callback callback);
예제 #2
0
 public unsafe static extern int uv_write_unix(IntPtr req, IntPtr handle, UVBuffer.Unix *bufferList, int bufferCount, handle_callback callback);
예제 #3
0
 public static extern int uv_timer_start(IntPtr timer, handle_callback callback, ulong timeout, ulong repeat);
예제 #4
0
 public static extern int uv_listen(IntPtr stream, int backlog, handle_callback callback);
예제 #5
0
 public unsafe static extern int uv_write_win(IntPtr req, IntPtr handle, UVBuffer.Windows *bufferList, int bufferCount, handle_callback callback);
예제 #6
0
 internal unsafe static extern int uv_write_win(IntPtr req, IntPtr handle, UVBuffer.Windows* bufferList, int bufferCount, handle_callback callback);
예제 #7
0
 internal unsafe static extern int uv_write_unix(IntPtr req, IntPtr handle, UVBuffer.Unix* bufferList, int bufferCount, handle_callback callback);
예제 #8
0
 internal static extern int uv_shutdown(IntPtr req, IntPtr handle, handle_callback callback);
예제 #9
0
 internal static extern int uv_listen(IntPtr stream, int backlog, handle_callback callback);