This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NC_NetStart()函数返回值

NDK例程里有这样的语句

do
{
rc = NC_NetStart( hCfg, NetworkOpen, NetworkClose, NetworkIPAddr );
} while( rc > 0 );

看手册说NC_NetStart的返回值为传递给NC_NetStop()的值,具体是什么啊,什么时候会等于0,什么时候大于0,代表什么意思啊?谢谢

x 出现错误。请重试或与管理员联系。