OSDN Git Service

SDL_HINT_RENDER_DRIVER metalを追加した https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER...
[sdl2referencejp/sdl2referencejp.git] / SDLNet_TCP_Close.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja-JP">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta name="keywords" content="SDL_net">
7 <link rel="top" href="index.html" title="\83z\81[\83\80">
8 <link rel="parent" href="SDL_net-functions-tcp_sockets.html" title="1\82Â\8fã">
9 <title>SDLNet_TCP_Close</title>
10 </head>
11 <body>
12 <a href="index.html#SDL_net">\96Ú\8e\9f</a> - <a href="SDL_net-functions.html">3.\8aÖ\90\94</a> - <a href="SDL_net-functions-tcp_sockets.html">3.3TCP\83\\83P\83b\83g</a> - SDLNet_TCP_Close
13 <hr>
14 <h1>SDLNet_TCP_Close</h1>
15 <p>
16 <code>void SDLNet_TCP_Close(TCPsocket sock)</code>
17 </p>
18 <p>
19 <dl>
20 <dt>sock</dt><dd><a href="TCPsocket.html">TCPsocket</a>. \83T\81[\83o, \83N\83\89\83C\83A\83\93\83g\82Ì\82Ç\82¿\82ç\82Ì\83\\83P\83b\83g\82Å\82à\89Â\94\\82Å\82 \82é</dd>
21 </dl>
22 </p>
23 <p>
24 \8fI\97¹, \90Ø\92f\82µ, <a href="TCPsocket.html">TCPsocket</a>\83\\83P\83b\83g\82ð\95Â\82\82é.
25 \82»\82Ì\8cã\82Í\82±\82Ì\83\\83P\83b\83g\82ð\8eg\82¦\82é\82Æ\8dl\82¦\82Ä\82Í\82È\82ç\82È\82¢.
26 \8dÄ\82Ñ\83\\83P\83b\83g\82ð\8eg\82¤\82½\82ß\82É\82Í, <a href="SDLNet_TCP_Open.html">SDLNet_TCP_Open</a>\82Å\90V\82µ\82­\90Ú\91±\82·\82é\95K\97v\82ª\82 \82é.
27 </p>
28 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
29 <code>
30 <pre>
31 // sock\82Ì\90Ú\91±\82ð\95Â\82\82é
32 //TCPsocket sock;
33
34 SDLNet_TCP_Close(sock);
35 </pre>
36 </code>
37 <h2>\8eQ\8fÆ</h2>
38 <a href="SDLNet_TCP_Open.html">SDLNet_TCP_Open</a>,
39 <a href="TCPsocket.html">TCPsocket</a>
40 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
41 <a href="http://www.libsdl.org/projects/SDL_net/docs/SDL_net_20.html#SEC20">3.3.2 SDLNet_TCP_Close</a>
42 <hr>
43 </body>
44 </html>