Function: data_type_size
C Prototype |
size_t aclDataTypeSize(aclDataType dataType) |
|---|---|
Python Function |
size = acl.data_type_size(data_type) |
Function Usage |
Obtains the size of the aclDataType data, in bytes. |
Input Description |
data_type: int, size of the aclDataType data to be obtained. |
Return Value |
size: int, size of the aclDataType data, in byte. |
Restrictions |
None |
Parent topic: Common APIs