Function: create_desc
C Prototype |
aclmdlDesc* aclmdlCreateDesc() |
|---|---|
Python Function |
desc = acl.mdl.create_desc() |
Function Usage |
Creates data of the aclmdlDesc type. To destroy data of the aclmdlDesc type, call acl.mdl.destroy_desc. |
Input Description |
None |
Return Value |
desc: int, address of an object of the aclmdlDesc type. |
Restrictions |
None |
Parent topic: aclmdlDesc