FingerLicense.getLicenseType Method¶
Module: FingerLicense
Definition¶
Retrieves the license type.
@staticmethod
get_license_type() -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Finger Library execution.
static LicenseType getLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Finger Library execution.
public static LicenseType GetLicenseType()
Returns
The license type.
Exceptions
An error has occurred during Finger Library execution.
public static LicenseType getLicenseType() throws FingerException
Returns
The license type.
Exceptions
An error has occurred during Finger Library execution.
public static func getLicenseType() throws -> LicenseType
Returns
The license type.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerLicense_GetLicenseType (
id3FingerLicenseType * eFingerLicenseType)
Parameters
eFingerLicenseType
id3FingerLicenseType *out The license type.
Returns