DeviceParameterList.get Method¶
Module: DeviceParameterList
Definition¶
Gets an item of the DeviceParameterList object.
get(self, index: int) -> DeviceParameter
Parameters
index
intin Index of the DeviceParameter item to get.
Returns
DeviceParameter item to get.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameter get(int index)
Parameters
index
intin Index of the DeviceParameter item to get.
Returns
DeviceParameter item to get.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameter Get(int index)
Parameters
index
intin Index of the DeviceParameter item to get.
Returns
DeviceParameter item to get.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameter get(int index) throws DevicesException
Parameters
index
intin Index of the DeviceParameter item to get.
Returns
DeviceParameter item to get.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterList_Get (
ID3_DEVICES_DEVICE_PARAMETER_LIST hDeviceParameterList,
int index,
ID3_DEVICES_DEVICE_PARAMETER hDeviceParameterItem)
Parameters
hDeviceParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.index
intin Index of the DeviceParameter item to get.hDeviceParameterItem
ID3_DEVICES_DEVICE_PARAMETERout DeviceParameter item to get.
Returns