DeviceParameterList.get Method¶
Module: DeviceParameterList
Definition¶
Gets an item of the DeviceParameterList object.
get(self, index: int) -> DeviceParameter
Parameters
indexintin 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
indexintin 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
indexintin 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
indexintin 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
hDeviceParameterListID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.indexintin Index of the DeviceParameter item to get.hDeviceParameterItemID3_DEVICES_DEVICE_PARAMETERout DeviceParameter item to get.
Returns