Class CheckFingerPressingResponse
Check fingerprint pressing 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 CheckFingerPressingResponse : ResponseBase
Constructors
CheckFingerPressingResponse(Byte[])
Initializes a new instance of the CheckFingerPressingResponse class.
Declaration
public CheckFingerPressingResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
IsPressed
Gets a value indicating whether there is a finger pressing in the sensor.
Declaration
public bool IsPressed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|