Function: destroy_attr
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys the data of the aclopAttr type created by the acl.op.create_attr call.
Prototype
- C Prototype
1void aclopDestroyAttr(const aclopAttr *attr)
- Python Function
1acl.op.destroy_attr(attr)
Parameter Description
Parameter |
Description |
|---|---|
attr |
Int, pointer address of the aclopAttr type data to be destroyed. This object is created by calling acl.op.create_attr. |
Return Value Description
None.
Parent topic: aclopAttr