Function: data_type_size
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the size of the aclDataType data, in bytes.
Prototype
- C Prototype
1size_t aclDataTypeSize(aclDataType dataType)
- Python Function
1size = acl.data_type_size(data_type)
Parameter Description
Parameter |
Description |
|---|---|
data_type |
Size of the aclDataType data to be obtained. The value is an integer. |
Return Value Description
Return Value |
Description |
|---|---|
size |
Size of the aclDataType data. The value is an integer, in bytes. |
Parent topic: System Configuration