PluginList.get Method

Module: PluginList

Definition

Gets an item of the PluginList object.

get(self, index: int) -> PluginInfo

Parameters

index int
in 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

index int
in 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

index int
in 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

index int
in 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

in Handle to the PluginList object.

index int
in Index of the PluginInfo item to get.

hPluginInfoItem ID3_DEVICES_PLUGIN_INFO
out PluginInfo item to get.

Returns

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