DetectedFingerList.get Method

Module: DetectedFingerList

Definition

Gets an item of the DetectedFingerList object.

get(self, index: int) -> DetectedFinger

Parameters

index int
in Index of the DetectedFinger item to get.

Returns

DetectedFinger item to get.

Exceptions

An error has occurred during Finger Library execution.
DetectedFinger get(int index)

Parameters

index int
in Index of the DetectedFinger item to get.

Returns

DetectedFinger item to get.

Exceptions

An error has occurred during Finger Library execution.
public DetectedFinger Get(int index)

Parameters

index int
in Index of the DetectedFinger item to get.

Returns

DetectedFinger item to get.

Exceptions

An error has occurred during Finger Library execution.
public DetectedFinger get(int index) throws FingerException

Parameters

index int
in Index of the DetectedFinger item to get.

Returns

DetectedFinger item to get.

Exceptions

An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> DetectedFinger

Parameters

index Int32
in Index of the DetectedFinger item to get.

Returns

DetectedFinger item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3DetectedFingerList_Get (
    ID3_DETECTED_FINGER_LIST hDetectedFingerList,
    int index,
    ID3_DETECTED_FINGER hDetectedFingerItem)

Parameters

hDetectedFingerList ID3_DETECTED_FINGER_LIST
in Handle to the DetectedFingerList object.

index int
in Index of the DetectedFinger item to get.

hDetectedFingerItem ID3_DETECTED_FINGER
out DetectedFinger item to get.

Returns

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