Skip to content

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

GLN_API gln_ebics_key_phase_t GLN_CALL gln_get_ebics_key_status_phase(
    const gln_ebics_key_status_t* in_status);
  • Family: EBICS setup and key lifecycle
  • Return type: gln_ebics_key_phase_t

Purpose

Returns the structured EBICS key lifecycle phase from a typed key-status view.

Return

Returns the requested gln_ebics_key_phase_t value.

TypeNullabilityOwnership
gln_ebics_key_phase_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_statusinputconst gln_ebics_key_status_t*nonnullborrowed

See Also