DeviceParameterList.set Method

Module: DeviceParameterList

Definition

Sets an item of the DeviceParameterList object.

set(self, index: int, device_parameter_item: DeviceParameter) -> None

Parameters

index int
in Index of the DeviceParameter item to set.

device_parameter_item DeviceParameter
in DeviceParameter item to set.

Exceptions

An error has occurred during Devices Library execution.
void set(int index, DeviceParameter deviceParameterItem)

Parameters

index int
in Index of the DeviceParameter item to set.

deviceParameterItem DeviceParameter
in DeviceParameter item to set.

Exceptions

An error has occurred during Devices Library execution.
public void Set(int index, DeviceParameter deviceParameterItem)

Parameters

index int
in Index of the DeviceParameter item to set.

deviceParameterItem DeviceParameter
in DeviceParameter item to set.

Exceptions

An error has occurred during Devices Library execution.
public void set(int index, DeviceParameter deviceParameterItem) throws DevicesException

Parameters

index int
in Index of the DeviceParameter item to set.

deviceParameterItem DeviceParameter
in 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

in Handle to the DeviceParameterList object.

index int
in Index of the DeviceParameter item to set.

hDeviceParameterItem ID3_DEVICES_DEVICE_PARAMETER
in DeviceParameter item to set.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.