PluginList.set Method

Module: PluginList

Definition

Sets an item of the PluginList object.

set(self, index: int, plugin_info_item: PluginInfo) -> None

Parameters

index int
in Index of the PluginInfo item to set.

plugin_info_item PluginInfo
in PluginInfo item to set.

Exceptions

An error has occurred during Devices Library execution.
void set(int index, PluginInfo pluginInfoItem)

Parameters

index int
in Index of the PluginInfo item to set.

pluginInfoItem PluginInfo
in PluginInfo item to set.

Exceptions

An error has occurred during Devices Library execution.
public void Set(int index, PluginInfo pluginInfoItem)

Parameters

index int
in Index of the PluginInfo item to set.

pluginInfoItem PluginInfo
in PluginInfo item to set.

Exceptions

An error has occurred during Devices Library execution.
public void set(int index, PluginInfo pluginInfoItem) throws DevicesException

Parameters

index int
in Index of the PluginInfo item to set.

pluginInfoItem PluginInfo
in PluginInfo item to set.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPluginList_Set (
    ID3_DEVICES_PLUGIN_LIST hPluginList,
    int index,
    ID3_DEVICES_PLUGIN_INFO hPluginInfoItem)

Parameters

in Handle to the PluginList object.

index int
in Index of the PluginInfo item to set.

hPluginInfoItem ID3_DEVICES_PLUGIN_INFO
in PluginInfo item to set.

Returns

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