ZQ_bQueueSend

bool_t ZQ_bQueueSend(void *pvQueueHandle,
                    const void *pvItemToQueue);

Description

This function submits a message to the specified message queue. The return code indicates whether the message was successfully added to the queue.

Parent topic:ZQ_bQueueSend

Parameters

  • pvQueueHandle Handle of message queue

  • pvItemToQueue Pointer to the message to be added to the queue

Parent topic:ZQ_bQueueSend

Returns

Boolean indicating the outcome of the operation:

  • TRUE - message successfully added to the queue

  • FALSE - message not added to the queue

Parent topic:ZQ_bQueueSend

Parent topic:ZigBee queue functions