DeviceParameterDescriptor.clear Method¶
Module: DeviceParameterDescriptor
Definition¶
Resets the parameter’s state, clearing its name, type, and value
This function is useful for reinitializing the parameter object without the need for re-allocation.
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 id3DevicesDeviceParameterDescriptor_Clear (
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor)
Parameters
hDeviceParameterDescriptor
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTORin Handle to the DeviceParameterDescriptor object.
Returns