Function: data_type_size

Description

Obtains the size of the aclDataType data, in bytes.

Prototype

  • C Prototype
    1
    size_t aclDataTypeSize(aclDataType dataType)
    
  • Python Function
    1
    size = acl.data_type_size(data_type)
    

Parameters

Parameter

Description

data_type

Size of the aclDataType data to be obtained. The value is an integer.

Return Value

Return Value

Description

size

Size of the aclDataType data. The value is an integer, in bytes.