The H5T_ENUM_NAMEOF function retrieves the name of a member of an enumeration datatype corresponding to the specified value.
Result = H5T_ENUM_NAMEOF(Datatype_id, Value)
Returns a string containing the name that corresponds to the specified value.
A long integer containing the identifier of the enumeration datatype.
An integer containing the value of the datatype member for which the name should be returned.
None
6.3 |
Introduced |