PluginList.get Method¶
Module: PluginList
Definition¶
Gets an item of the PluginList object.
get(self, index: int) -> PluginInfo
Parameters
indexintin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
PluginInfo get(int index)
Parameters
indexintin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
public PluginInfo Get(int index)
Parameters
indexintin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
public PluginInfo get(int index) throws DevicesException
Parameters
indexintin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_Get (
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 get.hPluginInfoItemID3_DEVICES_PLUGIN_INFOout PluginInfo item to get.
Returns