H5A.get_type
Return a datatype identifier if successful; otherwise returns a negative value.
Parameters:
attr_id | Identifier of an attribute |
Description:
The datatype identifier type_id returned from this function must be released with H5T.close or resource leaks will develop. See original function at https://portal.hdfgroup.org/display/HDF5/H5A_GET_TYPE.
See also: H5T.close
Source Code: H5A.get_type