OSDN Git Service

SDL_EventState 関連項目(関数)にSDL_GetEventStateを追加 https://wiki.libsdl.org/SDL_EventState...
[sdl2referencejp/sdl2referencejp.git] / SDLNet_UDP_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-udp_sockets.html" title="1\82Â\8fã">
9 <title>SDLNet_UDP_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-udp_sockets.html">3.4UDP\83\\83P\83b\83g</a> - SDLNet_UDP_Close
13 <hr>
14 <h1>SDLNet_UDP_Close</h1>
15 <p>
16 <code>void SDLNet_UDP_Close(UDPsocket sock)</code>
17 </p>
18 <p>
19 <dl>
20 <dt>sock</dt><dd>\92â\8e~\82µ\95Â\82\82Ä\89ð\95ú\82·\82é<a href="UDPsocket.html">UDPsocket</a></dd>
21 </dl>
22 </p>
23 <p>
24 <a href="UDPsocket.html">UDPsocket</a>\82ð\92â\8e~\82µ\95Â\82\82Ä\89ð\95ú\82·\82é.
25 \82±\82ê\82ð\8cÄ\82ñ\82¾\8cã\82Í, \90V\82½\82É\8aJ\82©\82È\82¢\8cÀ\82è<a href="UDPsocket.html">UDPsocket</a>\82ð\8eg\82Á\82Ä\82Í\82È\82ç\82È\82¢.
26 </p>
27 <p>
28 \96ß\82è\92l: \82È\82µ. \8fí\82É\90¬\8c÷\82·\82é
29 </p>
30 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>
31 <code>
32 <pre>
33 // UDPsocket\82Ì\83`\83\83\83l\83\8b0\82Ì\91S\82Ä\82Ì\83A\83h\83\8c\83X\82Ì\83o\83C\83\93\83h\82ð\89ð\8f\9c\82·\82é
34 //UDPsocket udpsock;
35
36 SDLNet_UDP_Close(udpsock);
37 udpsock=NULL; // \82±\82ê\82Í\82±\82ÌUDPSocket\82ª\8eg\82¦\82È\82­\82È\82Á\82½\82±\82Æ\82ð\92m\82é\8f\95\82¯\82É\82È\82é
38 </pre>
39 </code>
40 <h2>\8eQ\8fÆ</h2>
41 <a href="SDLNet_UDP_Open.html">SDLNet_UDP_Open</a>,
42 <a href="UDPsocket.html">UDPsocket</a>
43 <h2>\8c´\95\82Ö\82Ì\83\8a\83\93\83N</h2>
44 <a href="http://www.libsdl.org/projects/SDL_net/docs/SDL_net_27.html#SEC27">3.4.2 SDLNet_UDP_Close</a>
45 <hr>
46 </body>
47 </html>