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.

exit from Network function in ndk helloworld example

Other Parts Discussed in Thread: SYSBIOS

I am using AMC2C6670 to execute NDK helloworld example.As it shows,dtask_udp_hello is called in DaemonNew( SOCK_DGRAM, 0, 7, dtask_udp_hello,OS_TASKPRINORM, OS_TASKSTKNORM, 0, 1 ) which is called by NC_NetStart.Now I want to exit from dtask_udp_hello.

After receiving data from ethernet interface,the program went to ti_sysbios_knl_idle_run.If I want to continue the program,which API should i use?

Thank you.