DeviceManager.addPluginPath Method

Module: DeviceManager

Definition

Adds a search path for locating device plugins.

add_plugin_path(plugin_path: str) -> None

Parameters

plugin_path str
in The path to include in the plugin search.

Exceptions

An error has occurred during Devices Library execution.
static void addPluginPath(String? pluginPath)

Parameters

pluginPath String
in The path to include in the plugin search.

Exceptions

An error has occurred during Devices Library execution.
public static void AddPluginPath(string pluginPath)

Parameters

pluginPath string
in The path to include in the plugin search.

Exceptions

An error has occurred during Devices Library execution.
public static void addPluginPath(String pluginPath) throws DevicesException

Parameters

pluginPath String
in The path to include in the plugin search.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_AddPluginPath (
    const char * pluginPath)

Parameters

pluginPath const char *
in The path to include in the plugin search.

Returns

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