acltdtUnbindQueueRoutes

Description

Unbinds data queue routes.

Prototype

aclError acltdtUnbindQueueRoutes(acltdtQueueRouteList *qRouteList)

Parameters

Parameter

Input/Output

Description

qRouteList

Input/Output

Pointer to the route list. This API call returns the route unbinding result.

You can call acltdtQueryQueueRoutes to obtain the route list.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.

This API returns a success message only when all routes in a queue are successfully unbound. If any route fails to be unbound, this API returns a failure message. To locate the failure, you can call acltdtGetQueueRoute to obtain each route from the route list, and call acltdtGetQueueRouteParam to query the binding status.