DevicesLicense.getLicenseOwner Method

Module: DevicesLicense

Definition

Retrieves the license owner.

@staticmethod
get_license_owner() -> str

Returns

str
The license owner.

Exceptions

An error has occurred during Devices Library execution.
static String getLicenseOwner()

Returns

String
The license owner.

Exceptions

An error has occurred during Devices Library execution.
public static string GetLicenseOwner()

Returns

string
The license owner.

Exceptions

An error has occurred during Devices Library execution.
public static String getLicenseOwner() throws DevicesException

Returns

String
The license owner.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesLicense_GetLicenseOwner (
    char * licenseOwner,
    int * licenseOwnerSize)

Parameters

licenseOwner char *
out The license owner.

licenseOwnerSize int *
in Size of the ‘licenseOwner’ buffer. Receives the minimum required buffer size to hold the ‘licenseOwner’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseOwner’ (excluding terminating NULL character).

Returns

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