DeviceModelList.add Method¶
Module: DeviceModelList
Definition¶
Adds an item to the DeviceModelList object.
add(self, device_model_item: DeviceModel) -> None
Parameters
device_model_itemDeviceModelin DeviceModel item to add.
Exceptions
An error has occurred during Devices Library execution.
void add(DeviceModel deviceModelItem)
Parameters
deviceModelItemDeviceModelin DeviceModel item to add.
Exceptions
An error has occurred during Devices Library execution.
public void Add(DeviceModel deviceModelItem)
Parameters
deviceModelItemDeviceModelin DeviceModel item to add.
Exceptions
An error has occurred during Devices Library execution.
public void add(DeviceModel deviceModelItem) throws DevicesException
Parameters
deviceModelItemDeviceModelin DeviceModel item to add.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceModelList_Add (
    ID3_DEVICES_DEVICE_MODEL_LIST hDeviceModelList,
    ID3_DEVICES_DEVICE_MODEL hDeviceModelItem)
Parameters
hDeviceModelListID3_DEVICES_DEVICE_MODEL_LISTin Handle to the DeviceModelList object.hDeviceModelItemID3_DEVICES_DEVICE_MODELin DeviceModel item to add.
Returns