acltdtSetQueueAttr
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets queue attributes.
Prototype
aclError acltdtSetQueueAttr(acltdtQueueAttr *attr, acltdtQueueAttrType type, size_t len, const void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
attr |
Input/Output |
Pointer to the queue attribute configuration. You need to call acltdtCreateQueueAttr to create data of the acltdtQueueAttr type in advance. |
type |
Input |
Attribute type. |
len |
Input |
Attribute value length.
|
param |
Input |
Pointer to the attribute value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: acltdtQueueAttr