Skip to content

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

GLN_API const char* GLN_CALL gln_get_ebics_supported_version_protocol(
    const gln_ebics_supported_version_t* in_version);
  • Family: EBICS setup and key lifecycle
  • Return type: const char*

Purpose

Returns the EBICS protocol identifier from a supported-version row, for example H005.

Return

Returns the requested borrowed pointer, or NULL when it is not available.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_versioninputconst gln_ebics_supported_version_t*nonnullborrowed

See Also