BiosealLicense.getLicensePath Method

Module: BiosealLicense

Definition

Retrieves the license path.

@staticmethod
get_license_path() -> str

Returns

str
The license path.

Exceptions

An error has occurred during Bioseal Library execution.
static String getLicensePath()

Returns

String
The license path.

Exceptions

An error has occurred during Bioseal Library execution.
public static string GetLicensePath()

Returns

string
The license path.

Exceptions

An error has occurred during Bioseal Library execution.
public static String getLicensePath() throws BiosealException

Returns

String
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetLicensePath (
    char * licensePath,
    int * licensePathSize)

Parameters

licensePath char *
out The license path.

licensePathSize int *
in Size of the ‘licensePath’ buffer. Receives the minimum required buffer size to hold the ‘licensePath’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licensePath’ (excluding terminating NULL character).

Returns

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