PluginList.set Method¶
Module: PluginList
Definition¶
Sets an item of the PluginList object.
set(self, index: int, plugin_info_item: PluginInfo) -> None
Parameters
indexintin Index of the PluginInfo item to set.plugin_info_itemPluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, PluginInfo pluginInfoItem)
Parameters
indexintin Index of the PluginInfo item to set.pluginInfoItemPluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, PluginInfo pluginInfoItem)
Parameters
indexintin Index of the PluginInfo item to set.pluginInfoItemPluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, PluginInfo pluginInfoItem) throws DevicesException
Parameters
indexintin Index of the PluginInfo item to set.pluginInfoItemPluginInfoin 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
hPluginListID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.indexintin Index of the PluginInfo item to set.hPluginInfoItemID3_DEVICES_PLUGIN_INFOin PluginInfo item to set.
Returns