DeviceParameterList.get Method

Module: DeviceParameterList

Definition

Gets an item of the DeviceParameterList object.

get(self, index: int) -> DeviceParameter

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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

in Handle to the DeviceParameterList object.

index int
in Index of the DeviceParameter item to get.

hDeviceParameterItem ID3_DEVICES_DEVICE_PARAMETER
out DeviceParameter item to get.

Returns

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