MCUXpresso SDK Documentation

ZQ_u32QueueGetQueueSize

ZQ_u32QueueGetQueueSize#

bool_t ZQ_bQueueIsEmpty(void *pvQueueHandle);

Description#

This function obtains the capacity of the specified message queue. The return code indicates the size of the queue in terms of the number of messages that it can hold.

Parent topic:ZQ_u32QueueGetQueueSize

Parameters#

pvQueueHandle Handle of message queue

Parent topic:ZQ_u32QueueGetQueueSize

Returns#

The capacity of the queue in terms of the number of messages that it can hold.

Parent topic:ZQ_u32QueueGetQueueSize

Parent topic:ZigBee queue functions