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.

请教在NDK下如何使用第二个网口



想在NDK下使用2个网口,该如何调用呢?是否是在 int  CfgAddEntry( HANDLE hCfg, uint Tag, uint Item, uint Mode, int Size, UINT8 *pData, HANDLE *phCfgEntry );这个函数中修改参数呢?