BiosealLicense.checkModule Method¶
Module: BiosealLicense
Definition¶
Checks if a module is present in the previously loaded license.
@staticmethod
check_module(module_name: str) -> None
Parameters
module_name
strin The module name.
Exceptions
An error has occurred during Bioseal Library execution.
static void checkModule(String? moduleName)
Parameters
moduleName
Stringin The module name.
Exceptions
An error has occurred during Bioseal Library execution.
public static void CheckModule(string moduleName)
Parameters
moduleName
stringin The module name.
Exceptions
An error has occurred during Bioseal Library execution.
public static void checkModule(String moduleName) throws BiosealException
Parameters
moduleName
Stringin The module name.
Exceptions
An error has occurred during Bioseal Library execution.
public static func checkModule(moduleName: String) throws
Parameters
moduleName
Stringin The module name.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLicense_CheckModule (
const char * moduleName)
Parameters
moduleName
const char *in The module name.
Returns