acltdtGetQueueRouteNum
Description
Obtains the number of routes from the queue route configuration list.
Prototype
size_t acltdtGetQueueRouteNum(const acltdtQueueRouteList *routeList)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
routeList |
Input |
Queue route configuration list. You need to call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance. |
Returns
Number of routes
Parent topic: acltdtQueueRouteList