Function: destroy_step_info
C Prototype |
void aclprofDestroyStepInfo (aclprofStepInfo * stepinfo) |
|---|---|
Python Function |
acl.prof.destroy_step_info(stepinfo) |
Function Usage |
Destroys data of the aclprofStepInfo type created by the acl.prof.create_step_info call. |
Input Description |
stepinfo: specifies iteration information. The acl.prof.create_step_info API needs to be called in advance to create data of the aclprofStepInfo type. |
Return Value |
None |
Restrictions |
|