FaceLicense.getLicenseFileSerial Method¶
Module: FaceLicense
Definition¶
Retrieves the serial number of the previously loaded license.
@staticmethod
get_license_file_serial() -> str
Returns
strThe license serial number.
Exceptions
An error has occurred during Face Library execution.
static String getLicenseFileSerial()
Returns
StringThe license serial number.
Exceptions
An error has occurred during Face Library execution.
public static string GetLicenseFileSerial()
Returns
stringThe license serial number.
Exceptions
An error has occurred during Face Library execution.
public static String getLicenseFileSerial() throws FaceException
Returns
StringThe license serial number.
Exceptions
An error has occurred during Face Library execution.
public static func getLicenseFileSerial() throws -> String
Returns
StringThe license serial number.
Exceptions
An error has occurred during Face Library execution.
int id3FaceLicense_GetLicenseFileSerial (
char * licenseFileSerial,
int * licenseFileSerialSize)
Parameters
licenseFileSerialchar *out The license serial number.licenseFileSerialSizeint *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