DeviceManager.pluginList Property

Module: DeviceManager

Type: PluginList

Definition

Lists all plugins loaded into the system.

plugin_list: PluginList

Exceptions

An error has occurred during Devices Library execution.
PluginList get pluginList => getPluginList();

Exceptions

An error has occurred during Devices Library execution.
public PluginList pluginList
{
    get => GetpluginList();
}

Exceptions

An error has occurred during Devices Library execution.
public static PluginList getPluginList() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetPluginList (ID3_DEVICES_PLUGIN_LIST hPluginList)

Returns

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