コード例 #1
0
ファイル: Winsock_Exports.cs プロジェクト: Wiladams/NewTOAPIA
 public static extern int select(int nfds, ref fd_set readfds, ref fd_set writefds, ref fd_set exceptfds, ref timeval timeout);
コード例 #2
0
ファイル: Winsock_Exports.cs プロジェクト: ARLM-Attic/toapi
 public static extern int select(int nfds, ref fd_set readfds, ref fd_set writefds, ref fd_set exceptfds, ref timeval timeout);