Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5O_TOKEN_TO_STR

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_idIN: Location identifier of an object
const H5O_token_t *tokenIN: Connector object token
char **token_strOUT: 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:
ReleaseChange
1.12.0The function was introduced in this release.

--- Last Modified: March 17, 2020 | 12:51 PM