Show / Hide Table of Contents

BioEnrollSampleResult Constructor

BioEnrollSampleResult(ReadOnlyMemory<byte>, int, int)

Build a new instance of BioEnrollSampleResult with the given values.

C#
public BioEnrollSampleResult(ReadOnlyMemory<byte> templateId, int lastEnrollSampleStatus, int remainingSampleCount)

Parameters

Type Name Description
ReadOnlyMemory<byte> templateId

The ID of the fingerprint being enrolled.

int lastEnrollSampleStatus

The status code of the most recent sample attempt.

int remainingSampleCount

The number of successful readings necessary to enroll the fingerprint.

In this article
Back to top Generated by DocFX