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
sVersion
id3BiosealLibVersion *out The version.
Returns