FingerMatchDetailsList.add Method

Module: FingerMatchDetailsList

Definition

Adds an item to the FingerMatchDetailsList object.

add(self, finger_match_details_item: FingerMatchDetails) -> None

Parameters

finger_match_details_item FingerMatchDetails
in FingerMatchDetails item to add.

Exceptions

An error has occurred during Finger Library execution.
void add(FingerMatchDetails fingerMatchDetailsItem)

Parameters

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to add.

Exceptions

An error has occurred during Finger Library execution.
public void Add(FingerMatchDetails fingerMatchDetailsItem)

Parameters

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to add.

Exceptions

An error has occurred during Finger Library execution.
public void add(FingerMatchDetails fingerMatchDetailsItem) throws FingerException

Parameters

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to add.

Exceptions

An error has occurred during Finger Library execution.
public func add(fingerMatchDetailsItem: FingerMatchDetails) throws

Parameters

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to add.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetailsList_Add (
    ID3_FINGER_MATCH_DETAILS_LIST hFingerMatchDetailsList,
    ID3_FINGER_MATCH_DETAILS hFingerMatchDetailsItem)

Parameters

hFingerMatchDetailsList ID3_FINGER_MATCH_DETAILS_LIST
in Handle to the FingerMatchDetailsList object.

hFingerMatchDetailsItem ID3_FINGER_MATCH_DETAILS
in FingerMatchDetails item to add.

Returns

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