acltdtGetQueueRouteParam
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains information about the queue route configuration, such as the source queue ID and destination queue ID.
Prototype
aclError acltdtGetQueueRouteParam(const acltdtQueueRoute *route, acltdtQueueRouteParamType type, size_t len, size_t *paramRetSize, void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
route |
Input |
Pointer to the queue route configuration information. Call the acltdtCreateQueueRoute API to create data of the acltdtQueueRoute type in advance. |
type |
Input |
Route parameter type. |
len |
Input |
Parameter value length.
|
paramRetSize |
Output |
Pointer to the number of bytes of the returned parameter value. |
param |
Output |
Pointer to the parameter value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: acltdtQueueRoute