H5LTget_attribute_uint

fnherr_t H5LTget_attribute_uint(hid_t loc_id, const char * obj_name, const char * attr_name, uint * data)

Gets an unsigned int attribute.

Reads an attribute containing unsigned int values.

Parameters

loc_idLocation identifier
obj_nameName of the object containing the attribute
attr_nameName of the attribute
dataBuffer to store the attribute data

Returns

Non-negative on success, negative on failure.