CPS_TcpConnect

構文

#include <nitroWiFi/cps.h>
u32 CPS_TcpConnect(void);

引数

なし。

返り値

0 成功
0以外 失敗

説明

アクティブTCPコネクションを確立します。
ブロックします。

参照

CPS_SocBind, CPS_TcpListen

履歴

2005/10/21 初版