DeviceChannelList.add Method¶
Module: DeviceChannelList
Definition¶
Adds an item to the DeviceChannelList object.
add(self, device_channel_item: DeviceChannel) -> None
Parameters
device_channel_item
DeviceChannelin DeviceChannel item to add.
Exceptions
An error has occurred during Devices Library execution.
void add(DeviceChannel deviceChannelItem)
Parameters
deviceChannelItem
DeviceChannelin DeviceChannel item to add.
Exceptions
An error has occurred during Devices Library execution.
public void Add(DeviceChannel deviceChannelItem)
Parameters
deviceChannelItem
DeviceChannelin DeviceChannel item to add.
Exceptions
An error has occurred during Devices Library execution.
public void add(DeviceChannel deviceChannelItem) throws DevicesException
Parameters
deviceChannelItem
DeviceChannelin DeviceChannel item to add.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannelList_Add (
ID3_DEVICES_DEVICE_CHANNEL_LIST hDeviceChannelList,
ID3_DEVICES_DEVICE_CHANNEL hDeviceChannelItem)
Parameters
hDeviceChannelList
ID3_DEVICES_DEVICE_CHANNEL_LISTin Handle to the DeviceChannelList object.hDeviceChannelItem
ID3_DEVICES_DEVICE_CHANNELin DeviceChannel item to add.
Returns