GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_supported_version_protocol
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);
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.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_version | input | const gln_ebics_supported_version_t* | nonnull | borrowed |