BiosealLicense.getModuleValue Method

Module: BiosealLicense

Definition

Retrieves the value associated to the specified license module.

@staticmethod
get_module_value(name: str) -> int

Parameters

name str
in Name of the requested module.

Returns

int
The value associated to the licence module.

Exceptions

An error has occurred during Bioseal Library execution.
static int getModuleValue(String? name)

Parameters

name String
in Name of the requested module.

Returns

int
The value associated to the licence module.

Exceptions

An error has occurred during Bioseal Library execution.
public static int GetModuleValue(string name)

Parameters

name string
in Name of the requested module.

Returns

int
The value associated to the licence module.

Exceptions

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

Parameters

name String
in Name of the requested module.

Returns

int
The value associated to the licence module.

Exceptions

An error has occurred during Bioseal Library execution.
public static func getModuleValue(name: String) throws -> Int32

Parameters

name String
in Name of the requested module.

Returns

Int
The value associated to the licence module.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetModuleValue (
    const char * name,
    int * value)

Parameters

name const char *
in Name of the requested module.

value int *
out The value associated to the licence module.

Returns

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