DevicesLicense.getLicenseName Method¶
Module: DevicesLicense
Definition¶
Retrieves the license name.
@staticmethod
get_license_name() -> str
Returns
str
The license name.
Exceptions
An error has occurred during Devices Library execution.
static String getLicenseName()
Returns
String
The license name.
Exceptions
An error has occurred during Devices Library execution.
public static string GetLicenseName()
Returns
string
The license name.
Exceptions
An error has occurred during Devices Library execution.
public static String getLicenseName() throws DevicesException
Returns
String
The license name.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesLicense_GetLicenseName (
char * licenseName,
int * licenseNameSize)
Parameters
licenseName
char *out The license name.licenseNameSize
int *in Size of the ‘licenseName’ buffer. Receives the minimum required buffer size to hold the ‘licenseName’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseName’ (excluding terminating NULL character).
Returns