DeviceParameterList.set Method¶
Module: DeviceParameterList
Definition¶
Sets an item of the DeviceParameterList object.
set(self, index: int, device_parameter_item: DeviceParameter) -> None
Parameters
index
intin Index of the DeviceParameter item to set.device_parameter_item
DeviceParameterin DeviceParameter item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, DeviceParameter deviceParameterItem)
Parameters
index
intin Index of the DeviceParameter item to set.deviceParameterItem
DeviceParameterin DeviceParameter item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, DeviceParameter deviceParameterItem)
Parameters
index
intin Index of the DeviceParameter item to set.deviceParameterItem
DeviceParameterin DeviceParameter item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, DeviceParameter deviceParameterItem) throws DevicesException
Parameters
index
intin Index of the DeviceParameter item to set.deviceParameterItem
DeviceParameterin DeviceParameter item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterList_Set (
ID3_DEVICES_DEVICE_PARAMETER_LIST hDeviceParameterList,
int index,
ID3_DEVICES_DEVICE_PARAMETER hDeviceParameterItem)
Parameters
hDeviceParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.index
intin Index of the DeviceParameter item to set.hDeviceParameterItem
ID3_DEVICES_DEVICE_PARAMETERin DeviceParameter item to set.
Returns