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
strin The name of the plugin to load.param
strin Optional parameter for the plugin.
Exceptions
An error has occurred during Devices Library execution.
static void loadPlugin(String? pluginName, String? param)
Parameters
pluginName
Stringin The name of the plugin to load.param
Stringin 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
stringin The name of the plugin to load.param
stringin 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
Stringin The name of the plugin to load.param
Stringin 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