DeviceChannelList.get Method¶
Module: DeviceChannelList
Definition¶
Gets an item of the DeviceChannelList object.
get(self, index: int) -> DeviceChannel
Parameters
index
intin 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
intin 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
intin 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
intin 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
hDeviceChannelList
ID3_DEVICES_DEVICE_CHANNEL_LISTin Handle to the DeviceChannelList object.index
intin Index of the DeviceChannel item to get.hDeviceChannelItem
ID3_DEVICES_DEVICE_CHANNELout DeviceChannel item to get.
Returns