Received message queues

All messages received ZPS_msgMcpsInd on a network node are pushed into one of the following two queues:

  • ZPS_msgMcpsDcfm

  • ZPS_msgMcpsInd

These queues must be created by the application using the function ZQ_vZQueueCreate(). An example code is described in Section 6.9.1.2.

ZPS_msgMcpsDcfm

All IEEE 802.15.4 MAC data deferred confirm events are added to this queue. The default size of this queue is 8 but a different queue size can be set when the queue is created. The queue can overflow if there is heavy network traffic.

Parent topic:Received message queues

ZPS_msgMcpsInd

All IEEE 802.15.4 MAC data packets are added to this queue. The default size of this queue is 24 but a different queue size can be set when the queue is created. The queue can overflow if there is heavy network traffic.

Parent topic:Received message queues

Parent topic:Appendix B: Application design notes