BiosealLicense.getLicenseFileSerial Method¶
Module: BiosealLicense
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 Bioseal Library execution.
static String getLicenseFileSerial()
Returns
String
The license serial number.
Exceptions
An error has occurred during Bioseal Library execution.
public static string GetLicenseFileSerial()
Returns
string
The license serial number.
Exceptions
An error has occurred during Bioseal Library execution.
public static String getLicenseFileSerial() throws BiosealException
Returns
String
The license serial number.
Exceptions
An error has occurred during Bioseal Library execution.
public static func getLicenseFileSerial() throws -> String
Returns
String
The license serial number.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLicense_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