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_INDEXERin Handle to the FingerIndexer object.hIds
ID3_FINGER_INT_LISTout List of alls the user IDs registered in the FingerIndexer.
Returns