ZQ_bQueueIsEmpty
bool_t ZQ_bQueueIsEmpty(void *pvQueueHandle);
Description
This function checks whether the specified message queue is empty. The return code indicates whether the queue is empty.
Parent topic:ZQ_bQueueIsEmpty
Parameters
pvQueueHandle Handle of message queue
Parent topic:ZQ_bQueueIsEmpty
Returns
Boolean indicating the outcome of the operation:
TRUE - message queue is empty.
FALSE - message queue is not empty.
Parent topic:ZQ_bQueueIsEmpty
Parent topic:ZigBee queue functions