DeviceChannelList.set Method¶
Module: DeviceChannelList
Definition¶
Sets an item of the DeviceChannelList object.
set(self, index: int, device_channel_item: DeviceChannel) -> None
Parameters
indexintin Index of the DeviceChannel item to set.device_channel_itemDeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, DeviceChannel deviceChannelItem)
Parameters
indexintin Index of the DeviceChannel item to set.deviceChannelItemDeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, DeviceChannel deviceChannelItem)
Parameters
indexintin Index of the DeviceChannel item to set.deviceChannelItemDeviceChannelin DeviceChannel item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, DeviceChannel deviceChannelItem) throws DevicesException
Parameters
indexintin Index of the DeviceChannel item to set.deviceChannelItemDeviceChannelin 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
hDeviceChannelListID3_DEVICES_DEVICE_CHANNEL_LISTin Handle to the DeviceChannelList object.indexintin Index of the DeviceChannel item to set.hDeviceChannelItemID3_DEVICES_DEVICE_CHANNELin DeviceChannel item to set.
Returns