Where is the detailed description of ZQ_bZQueueReceive() ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Where is the detailed description of ZQ_bZQueueReceive() ?

556件の閲覧回数
jun951753jun951
Contributor III

Where is the detailed description of ZQ_bZQueueReceive()   ?

ラベル(3)
1 返信

459件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hi Jun,

The Zigbee stacks function with many tasks that has certain functionality each one. Receive, send, attend events are an example of the functionality each one has. If you want to share information between these tasks, you'll need to create a Queue, and with the function ZQ_bZQueueReceive and ZQ_bZQueueSend, pass the information between them.

 

However if you're working with our Zigbee Stack, this message management is handled in the stack, and you'll only need to call the APIs like ZPS_eAplZdoPoll, ZPS_eAplZdpActiveEpRequest, etc. (Please check the   ZigBee 3.0 Stack User Guide to know the functionality of these functions) to manage the transmission and reception.

 

Here's the link to the Zigbee User Guide.

https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf

 

I hope this helps you.

 

Best Regards,

Alexis Andalon