DeviceChannelList.set Method¶
Module: DeviceChannelList
Definition¶
Sets an item of the DeviceChannelList object.
set(self, index: int, device_channel_item: DeviceChannel) -> None
Parameters
index
intin Index of the DeviceChannel item to set.device_channel_item
DeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, DeviceChannel deviceChannelItem)
Parameters
index
intin Index of the DeviceChannel item to set.deviceChannelItem
DeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, DeviceChannel deviceChannelItem)
Parameters
index
intin Index of the DeviceChannel item to set.deviceChannelItem
DeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, DeviceChannel deviceChannelItem) throws DevicesException
Parameters
index
intin Index of the DeviceChannel item to set.deviceChannelItem
DeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannelList_Set (
ID3_DEVICES_DEVICE_CHANNEL_LIST hDeviceChannelList,
int index,
ID3_DEVICES_DEVICE_CHANNEL hDeviceChannelItem)
Parameters
hDeviceChannelList
ID3_DEVICES_DEVICE_CHANNEL_LISTin Handle to the DeviceChannelList object.index
intin Index of the DeviceChannel item to set.hDeviceChannelItem
ID3_DEVICES_DEVICE_CHANNELin DeviceChannel item to set.
Returns