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.

想请教如何接收修改过后的endpoint及接收端如何决定进入哪个event_loop?

Other Parts Discussed in Thread: Z-STACK

您好,目前我正在整合各式Zigbee的End-Device,其中有的End-Device之endpoint被设计为0x02,而这会导致我的Coordinator在接收讯息时,会被中断于afincomingData(),请问我的Coordinator该做哪些更改,才能取得不同endpoint的End-Device之讯号? 如果无法全部接收,请至少教我如何处理endpoint为0x02时,我的Coordinator在接收时应该做哪些设计上的更动?

 

我的function是使用z-stack 2.5.1a中的SampleLight去做修改,收到讯息后进入APS层中的XX_event_loop是由XXtask_id所决定的吗?那接收端是根据哪一项发收端所给的讯息,来决定XXtask_id的呢?