PluginList.clear Method¶
Module: PluginList
Definition¶
Clears the PluginList object.
clear(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Clear()
Exceptions
An error has occurred during Devices Library execution.
public void clear() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_Clear (
ID3_DEVICES_PLUGIN_LIST hPluginList)
Parameters
hPluginList
ID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.
Returns