DeviceInfoList.clear Method¶
Module: DeviceInfoList
Definition¶
Clears the DeviceInfoList 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 id3DevicesDeviceInfoList_Clear (
ID3_DEVICES_DEVICE_INFO_LIST hDeviceInfoList)
Parameters
hDeviceInfoList
ID3_DEVICES_DEVICE_INFO_LISTin Handle to the DeviceInfoList object.
Returns