BiosealLibrary.getVersionEx Method

Module: BiosealLibrary

Definition

Retrieves the library version as a structure.

@staticmethod
get_version_ex() -> LibVersion

Returns

The version.

Exceptions

An error has occurred during Bioseal Library execution.
static LibVersion getVersionEx()

Returns

The version.

Exceptions

An error has occurred during Bioseal Library execution.
public static LibVersion GetVersionEx()

Returns

The version.

Exceptions

An error has occurred during Bioseal Library execution.
public static LibVersion getVersionEx() throws BiosealException

Returns

The version.

Exceptions

An error has occurred during Bioseal Library execution.
public static func getVersionEx() throws -> LibVersion

Returns

The version.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLibrary_GetVersionEx (
    id3BiosealLibVersion * sVersion)

Parameters

out The version.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.