DeviceParameterList.clear Method¶
Module: DeviceParameterList
Definition¶
Clears the DeviceParameterList 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 id3DevicesDeviceParameterList_Clear (
ID3_DEVICES_DEVICE_PARAMETER_LIST hDeviceParameterList)
Parameters
hDeviceParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.
Returns