Function: destroy_feature_info
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Destroys data of the aclfvFeatureInfo type created by the acl.fv.create_feature_info call.
The
Prototype
- C Prototype
1aclError aclfvDestroyFeatureInfo(aclfvFeatureInfo *featureInfo)
- Python Function
1ret = acl.fv.destroy_feature_info(feature_info)
Parameter Description
|
Parameter |
Description |
|---|---|
|
feature_info |
Int, address of the pointer to the aclfvFeatureInfo data to destroy. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|