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.

我是用 CC2530 ZNP 3.0.2 ,有個 cmd 不知如何實現?

Other Parts Discussed in Thread: CC2530

我是用 CC2530 ZNP 3.0.2 ,有個 cmd 不知如何實現?

 zgRouterOffAssocCleanup flag set to TRUE (mapped to NV item: ZCD_NV_ROUTER_OFF_ASSOC_CLEANUP):

uint8 cleanupChildTable = TRUE;

zgSetItem( ZCD_NV_ROUTER_OFF_ASSOC_CLEANUP, sizeof(cleanupChildTable), &cleanupChildTable );

請問ZNP 如何實現這個功能 ?