acltdtQueueRouteParamType

1
2
3
4
5
typedef enum {
    ACL_TDT_QUEUE_ROUTE_SRC_UINT32 = 0,  //Source queue ID
    ACL_TDT_QUEUE_ROUTE_DST_UINT32,      //Destination queue ID
    ACL_TDT_QUEUE_ROUTE_STATUS_INT32     //Route binding status. 0: not bound; 1: bound; 2: abnormally bound.
} acltdtQueueRouteParamType;