DevicesLicense.getLicensePath Method

Module: DevicesLicense

Definition

Retrieves the license path.

@staticmethod
get_license_path() -> str

Returns

str
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

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

Returns

string
The license path.

Exceptions

An error has occurred during Devices Library execution.
public static String getLicensePath() throws DevicesException

Returns

String
The license path.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesLicense_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 id3DevicesError file for the list of possible error codes.