FingerMatchDetails.indexInProbe Property

Module: FingerMatchDetails

Type: int

Definition

Index in probe template record. Relevent only if calling CompareTemplateRecords().

index_in_probe: int

Exceptions

An error has occurred during Finger Library execution.
int get indexInProbe => getIndexInProbe();

Exceptions

An error has occurred during Finger Library execution.
public int indexInProbe
{
    get => GetindexInProbe();
}

Exceptions

An error has occurred during Finger Library execution.
public int getIndexInProbe() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var indexInProbe: Int
    get {
        return Int(try! getIndexInProbe())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetails_GetIndexInProbe (ID3_FINGER_MATCH_DETAILS hFingerMatchDetails, int * indexInProbe)

Returns

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