Class CountEnrolledFingerprintResponse
Count enrolled fingerprint response packet.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unosquare.Sparkfun.FingerprintModule
Syntax
public sealed class CountEnrolledFingerprintResponse : ResponseBase
Constructors
CountEnrolledFingerprintResponse(Byte[])
Initializes a new instance of the CountEnrolledFingerprintResponse class.
Declaration
public CountEnrolledFingerprintResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
EnrolledFingerprints
Gets the number of fingerprints registered in the device's database.
Declaration
public int EnrolledFingerprints { get; }
Property Value
Type | Description |
---|---|
System.Int32 |