Serializes a connector's object token into a string
Procedure:
H5O_TOKEN_TO_STR ( loc_id, token, token_str )
Signature:
herr_t H5Otoken_to_str ( hid_t loc_id, const H5O_token_t *token, char **token_str )
Parameters:
hid_t loc_id | IN: Location identifier of an object |
const H5O_token_t *token | IN: Connector object token |
char **token_str | OUT: String for connector object token token |
Description:
H5O_TOKEN_TO_STR serializes a connector's object token specified by token
and the location identifier for the object, loc_id
, into a string, token_str
.
Returns:
Returns a non-negative on success.
Returns a negative on failure.
Example:
History:
Release | Change |
---|
1.12.0 | The function was introduced in this release. |
--- Last Modified: March 17, 2020 | 12:51 PM