BioEnrollSampleResult Constructor
BioEnrollSampleResult(ReadOnlyMemory<Byte>, Int32, Int32)
Build a new instance of BioEnrollSampleResult with the given values.
C#
public BioEnrollSampleResult(ReadOnlyMemory<byte> templateId, int lastEnrollSampleStatus, int remainingSampleCount)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The ID of the fingerprint being enrolled. |
System.Int32 | lastEnrollSampleStatus | The status code of the most recent sample attempt. |
System.Int32 | remainingSampleCount | The number of successful readings necessary to enroll the fingerprint. |