DeviceManager.loadPlugin Method

Module: DeviceManager

Definition

Loads a device plugin into the manager.

load_plugin(plugin_name: str, param: str=None) -> None

Parameters

plugin_name str
in The name of the plugin to load.

param str
in Optional parameter for the plugin.

Exceptions

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

Parameters

pluginName String
in The name of the plugin to load.

param String
in Optional parameter for the plugin.

Exceptions

An error has occurred during Devices Library execution.
public static void LoadPlugin(string pluginName, string param=null)

Parameters

pluginName string
in The name of the plugin to load.

param string
in Optional parameter for the plugin.

Exceptions

An error has occurred during Devices Library execution.
public static void loadPlugin(String pluginName, String param) throws DevicesException

Parameters

pluginName String
in The name of the plugin to load.

param String
in Optional parameter for the plugin.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_LoadPlugin (
    const char * pluginName,
    const char * param)

Parameters

pluginName const char *
in The name of the plugin to load.

param const char *
in Optional parameter for the plugin.

Returns

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