Function: destroy_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys data of the aclmdlDesc type created by the acl.mdl.create_desc call.
Prototype
- C Prototype
1aclError aclmdlDestroyDesc(aclmdlDesc *modelDesc)
- Python Function
1ret = acl.mdl.destroy_desc(model_desc)
Parameter Description
Parameter |
Description |
|---|---|
model_desc |
Int, pointer address of the aclmdlDesc to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Parent topic: aclmdlDesc