BiosealLicense.getLicenseOwner Method

Module: BiosealLicense

Definition

Retrieves the license owner.

@staticmethod
get_license_owner() -> str

Returns

str
The license owner.

Exceptions

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

Returns

String
The license owner.

Exceptions

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

Returns

string
The license owner.

Exceptions

An error has occurred during Bioseal Library execution.
public static String getLicenseOwner() throws BiosealException

Returns

String
The license owner.

Exceptions

An error has occurred during Bioseal Library execution.
public static func getLicenseOwner() throws -> String

Returns

String
The license owner.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_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 id3BiosealError file for the list of possible error codes.