H5T_ENUM_CREATE creates a new enumeration datatype based on the specified base datatype, dtype_id , which must be an integer datatype. If a particular architecture datatype is required, a little endian or big endian datatype for example, use a native datatype as the base datatype and use H5T_CONVERT on values as they are read from or written to a dataset. |