acltdtGetQueueRoute
Description
Obtains specified queue route information from the configuration list.
Prototype
aclError acltdtGetQueueRoute(const acltdtQueueRouteList *routeList, size_t index, acltdtQueueRoute *route)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
routeList |
Input |
Queue route configuration list. Call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance. |
index |
Input |
Queue route index, starting from 0. |
route |
Input/Output |
Pointer to the queue route information to be added. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: acltdtQueueRouteList