DeviceManager.freePlugin Method

Module: DeviceManager

Definition

Releases resources associated with a loaded plugin.

free_plugin(plugin_name: str) -> None

Parameters

plugin_name str
in The name of the plugin to unload.

Exceptions

An error has occurred during Devices Library execution.
static void freePlugin(String? pluginName)

Parameters

pluginName String
in The name of the plugin to unload.

Exceptions

An error has occurred during Devices Library execution.
public static void FreePlugin(string pluginName)

Parameters

pluginName string
in 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 String
in 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

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