DeviceModelList.set Method¶
Module: DeviceModelList
Definition¶
Sets an item of the DeviceModelList object.
set(self, index: int, device_model_item: DeviceModel) -> None
Parameters
index
intin Index of the DeviceModel item to set.device_model_item
DeviceModelin DeviceModel item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, DeviceModel deviceModelItem)
Parameters
index
intin Index of the DeviceModel item to set.deviceModelItem
DeviceModelin DeviceModel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, DeviceModel deviceModelItem)
Parameters
index
intin Index of the DeviceModel item to set.deviceModelItem
DeviceModelin DeviceModel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, DeviceModel deviceModelItem) throws DevicesException
Parameters
index
intin Index of the DeviceModel item to set.deviceModelItem
DeviceModelin DeviceModel item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceModelList_Set (
ID3_DEVICES_DEVICE_MODEL_LIST hDeviceModelList,
int index,
ID3_DEVICES_DEVICE_MODEL hDeviceModelItem)
Parameters
hDeviceModelList
ID3_DEVICES_DEVICE_MODEL_LISTin Handle to the DeviceModelList object.index
intin Index of the DeviceModel item to set.hDeviceModelItem
ID3_DEVICES_DEVICE_MODELin DeviceModel item to set.
Returns