BiosealLicense.getLicenseType Method¶
Module: BiosealLicense
Definition¶
Retrieves the license type.
@staticmethod
get_license_type() -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Bioseal Library execution.
static LicenseType getLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Bioseal Library execution.
public static LicenseType GetLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Bioseal Library execution.
public static LicenseType getLicenseType() throws BiosealException
Returns
The license type.
Exceptions
An error has occurred during Bioseal Library execution.
public static func getLicenseType() throws -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetLicenseType (
id3BiosealLicenseType * eBiosealLicenseType)
Parameters
eBiosealLicenseType
id3BiosealLicenseType *out The license type.
Returns