Other Parts Discussed in Thread: CC2530
芯片:CC2530
协议栈:zigbee1.2.2a
要求:如标题需求,除了终端重启之外,能否有其它方法?
谢谢!
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.
你是指程序嗎?如果是,範例如下:
NLME_LeaveReq_t leaveReq; // Set every field to 0 osal_memset( &leaveReq, 0, sizeof( NLME_LeaveReq_t ) ); leaveReq.rejoin=true; NLME_LeaveReq( &leaveReq );