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.

关于6678的NDK开发的问题linkstatus



专家您好:

       以前我使用6455DSP做NDK开发的时候,使用的是ndk2.0,在NDK\..\example\network\client\dsk6455\dsk6455init.c文件中,有一个函数,叫C6455EMAC_linkStatus(uint phy,uint linkstatus)

//This is a callback from the ethernet driver

//This function is called whenever there is a change in link state

//The current PHY and current link state are passed as parameters

我可以根据这个回调函数的linkstatus变量实时知道我现在的连接状态

        那么现在我在开发6678 DSP的mcsdk下的NDK,使用的mcsdk软件是开发板光盘自带的,当我打开mcsdk_2_00_00_beta2\example\ndk\client\evm6678l下的client工程的时候,为什么我找不到类似C6678EMAC_linkStatus这样的函数啊,因为我想要明确知道我现在的链接状态,可以告诉我这个函数在哪吗?

很着急,请专家指导,谢谢!