acltdtQueueRouteQueryInfoParamType

1
2
3
4
5
typedef enum {
    ACL_TDT_QUEUE_ROUTE_QUERY_MODE_ENUM = 0, // Matching mode for query
    ACL_TDT_QUEUE_ROUTE_QUERY_SRC_ID_UINT32,  // ID of the source queue to be queried
    ACL_TDT_QUEUE_ROUTE_QUERY_DST_ID_UINT32   // ID of the destination queue to be queried
} acltdtQueueRouteQueryInfoParamType;

If the ACL_TDT_QUEUE_ROUTE_QUERY_MODE_ENUM type is selected, the parameter value comes from the enumerated values of acltdtQueueRouteQueryMode.