FingerIndexer.getIds Method

Module: FingerIndexer

Definition

Returns a list of alls the user IDs registered in the FingerIndexer.

get_ids(self) -> IntList

Returns

List of alls the user IDs registered in the FingerIndexer.

Exceptions

An error has occurred during Finger Library execution.
IntList getIds()

Returns

List of alls the user IDs registered in the FingerIndexer.

Exceptions

An error has occurred during Finger Library execution.
public IntList GetIds()

Returns

List of alls the user IDs registered in the FingerIndexer.

Exceptions

An error has occurred during Finger Library execution.
public IntList getIds() throws FingerException

Returns

List of alls the user IDs registered in the FingerIndexer.

Exceptions

An error has occurred during Finger Library execution.
public func getIds() throws -> IntList

Returns

List of alls the user IDs registered in the FingerIndexer.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_GetIds (
    ID3_FINGER_INDEXER hFingerIndexer,
    ID3_FINGER_INT_LIST hIds)

Parameters

hFingerIndexer ID3_FINGER_INDEXER
in Handle to the FingerIndexer object.

out List of alls the user IDs registered in the FingerIndexer.

Returns

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