DeviceChannelList.get Method

Module: DeviceChannelList

Definition

Gets an item of the DeviceChannelList object.

get(self, index: int) -> DeviceChannel

Parameters

index int
in Index of the DeviceChannel item to get.

Returns

DeviceChannel item to get.

Exceptions

An error has occurred during Devices Library execution.
DeviceChannel get(int index)

Parameters

index int
in Index of the DeviceChannel item to get.

Returns

DeviceChannel item to get.

Exceptions

An error has occurred during Devices Library execution.
public DeviceChannel Get(int index)

Parameters

index int
in Index of the DeviceChannel item to get.

Returns

DeviceChannel item to get.

Exceptions

An error has occurred during Devices Library execution.
public DeviceChannel get(int index) throws DevicesException

Parameters

index int
in Index of the DeviceChannel item to get.

Returns

DeviceChannel item to get.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceChannelList_Get (
    ID3_DEVICES_DEVICE_CHANNEL_LIST hDeviceChannelList,
    int index,
    ID3_DEVICES_DEVICE_CHANNEL hDeviceChannelItem)

Parameters

in Handle to the DeviceChannelList object.

index int
in Index of the DeviceChannel item to get.

hDeviceChannelItem ID3_DEVICES_DEVICE_CHANNEL
out DeviceChannel item to get.

Returns

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