☆ ''接続先ソケットへデータを送る''
''int'' ''&color(Maroon){send};'' ''(''
''SOCKET'' s,
''const char *'' buf,
''int'' len,
''int'' flags
''); ''
* &tip; パラメータ [#q0dc96a0]
''s''
-[in] 接続済みのソケットを指定
''buf''
-[in] 送信するメッセージのポインタを指定
''len''
-[in] パラメータbufの長さを指定
''flags''
-[in] 送信方法の指定。通常は0を指定