Class CheckEnrollmentResponse
Check enrollment 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 CheckEnrollmentResponse : ResponseBase
Constructors
CheckEnrollmentResponse(Byte[])
Initializes a new instance of the CheckEnrollmentResponse class.
Declaration
public CheckEnrollmentResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
IsEnrolled
Gets a value indicating whether an id is enrolled.
Declaration
public bool IsEnrolled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|