DeviceModelList.clear Method¶
Module: DeviceModelList
Definition¶
Clears the DeviceModelList 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 id3DevicesDeviceModelList_Clear (
ID3_DEVICES_DEVICE_MODEL_LIST hDeviceModelList)
Parameters
hDeviceModelList
ID3_DEVICES_DEVICE_MODEL_LISTin Handle to the DeviceModelList object.
Returns