DevicesLicense.getLicenseType Method

Module: DevicesLicense

Definition

Retrieves the license type.

@staticmethod
get_license_type() -> LicenseType

Returns

The license type.

Exceptions

An error has occurred during Devices Library execution.
static LicenseType getLicenseType()

Returns

The license type.

Exceptions

An error has occurred during Devices Library execution.
public static LicenseType GetLicenseType()

Returns

The license type.

Exceptions

An error has occurred during Devices Library execution.
public static LicenseType getLicenseType() throws DevicesException

Returns

The license type.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesLicense_GetLicenseType (
    id3DevicesLicenseType * eDevicesLicenseType)

Parameters

eDevicesLicenseType id3DevicesLicenseType *
out The license type.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.