BiometricVerificationRules.getCount Method

Module: BiometricVerificationRules

Definition

Gets the number of elements in the BiometricVerificationRules object.

get_count(self) -> int

Returns

int
Number of elements in the BiometricVerificationRule object.

Exceptions

An error has occurred during Bioseal Library execution.
int getCount()

Returns

int
Number of elements in the BiometricVerificationRule object.

Exceptions

An error has occurred during Bioseal Library execution.
public int GetCount()

Returns

int
Number of elements in the BiometricVerificationRule object.

Exceptions

An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException

Returns

int
Number of elements in the BiometricVerificationRule object.

Exceptions

An error has occurred during Bioseal Library execution.
public func getCount() throws -> Int32

Returns

Int
Number of elements in the BiometricVerificationRule object.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRules_GetCount (
    ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES hBiometricVerificationRules,
    int * count)

Parameters

hBiometricVerificationRules ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES
in Handle to the BiometricVerificationRules object.

count int *
out Number of elements in the BiometricVerificationRule object.

Returns

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