The H5T_GET_MEMBER_CLASS function returns the datatype class of a compound datatype member.
Result = H5T_GET_MEMBER_CLASS(Datatype_id, Member)
Returns a string containing the datatype class. Possible values are:
An integer representing the datatype's identifier to be queried.
An integer representing the member index, starting at zero.
None.
Introduced 5.6
H5T_GET_MEMBER_NAME, H5T_GET_MEMBER_OFFSET, H5T_GET_MEMBER_TYPE, H5T_GET_NMEMBERS