FingerLicense.getLicenseFileSerial Method¶
Module: FingerLicense
Definition¶
Retrieves the serial number of the previously loaded license.
@staticmethod
get_license_file_serial() -> str
Returns
str
The license serial number.
Exceptions
An error has occurred during Finger Library execution.
static String getLicenseFileSerial()
Returns
String
The license serial number.
Exceptions
An error has occurred during Finger Library execution.
public static string GetLicenseFileSerial()
Returns
string
The license serial number.
Exceptions
An error has occurred during Finger Library execution.
public static String getLicenseFileSerial() throws FingerException
Returns
String
The license serial number.
Exceptions
An error has occurred during Finger Library execution.
public static func getLicenseFileSerial() throws -> String
Returns
String
The license serial number.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerLicense_GetLicenseFileSerial (
char * licenseFileSerial,
int * licenseFileSerialSize)
Parameters
licenseFileSerial
char *out The license serial number.licenseFileSerialSize
int *in Size of the ‘licenseFileSerial’ buffer. Receives the minimum required buffer size to hold the ‘licenseFileSerial’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseFileSerial’ (excluding terminating NULL character).
Returns