Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API const char* GLN_CALL gln_get_tan_medium_media_name(const gln_tan_medium_t* in_medium);
  • Family: Row field accessors
  • Return type: const char*

Purpose

Returns the bank-supplied name or label for a TAN medium row.

Return

Returns the bank-supplied name or label for this TAN medium row.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_mediuminputconst gln_tan_medium_t*nullableborrowed

TAN Medium Fields

Returns the bank-supplied name or label for this TAN medium row.

Use it as display and row-identification text. For a valid row the pointer is expected to be non-null; an empty string means no media name was materialized.

Notes

Passing NULL for in_medium is allowed and returns NULL.

Use this value for display and row identification in a TAN media list. The exact content is supplied by the bank response.

The returned string is borrowed from the owning backend result envelope and becomes invalid when that envelope is destroyed.

See Also