DeviceManager.freePlugin Method¶
Module: DeviceManager
Definition¶
Releases resources associated with a loaded plugin.
free_plugin(plugin_name: str) -> None
Parameters
plugin_name
strin The name of the plugin to unload.
Exceptions
An error has occurred during Devices Library execution.
static void freePlugin(String? pluginName)
Parameters
pluginName
Stringin The name of the plugin to unload.
Exceptions
An error has occurred during Devices Library execution.
public static void FreePlugin(string pluginName)
Parameters
pluginName
stringin The name of the plugin to unload.
Exceptions
An error has occurred during Devices Library execution.
public static void freePlugin(String pluginName) throws DevicesException
Parameters
pluginName
Stringin The name of the plugin to unload.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_FreePlugin (
const char * pluginName)
Parameters
pluginName
const char *in The name of the plugin to unload.
Returns