DeviceChannelList.add Method

Module: DeviceChannelList

Definition

Adds an item to the DeviceChannelList object.

add(self, device_channel_item: DeviceChannel) -> None

Parameters

device_channel_item DeviceChannel
in DeviceChannel item to add.

Exceptions

An error has occurred during Devices Library execution.
void add(DeviceChannel deviceChannelItem)

Parameters

deviceChannelItem DeviceChannel
in DeviceChannel item to add.

Exceptions

An error has occurred during Devices Library execution.
public void Add(DeviceChannel deviceChannelItem)

Parameters

deviceChannelItem DeviceChannel
in DeviceChannel item to add.

Exceptions

An error has occurred during Devices Library execution.
public void add(DeviceChannel deviceChannelItem) throws DevicesException

Parameters

deviceChannelItem DeviceChannel
in 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

in Handle to the DeviceChannelList object.

hDeviceChannelItem ID3_DEVICES_DEVICE_CHANNEL
in DeviceChannel item to add.

Returns

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