pcQueueGetName
[Queue Management]
queue.h
const char *pcQueueGetName( QueueHandle_t xQueue )
Look up a queue name from the queue’s handle.
A queue will only have a name if it has been added to the queue registry.
- Parameters:
-
xQueue The handle of the queue being queried.
- Returns:
- If the queue referenced by xQueue is in the queue registry, then the text name of the queue is returned, otherwise NULL is returned.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.