Unosquare
    Show / Hide Table of Contents

    Class CheckFingerPressingResponse

    Check fingerprint pressing response packet.

    Inheritance
    System.Object
    MessageBase
    PacketBase
    ResponseBase
    CheckFingerPressingResponse
    Inherited Members
    ResponseBase.IsSuccessful
    ResponseBase.ErrorCode
    ResponseBase.Response
    ResponseBase.IsCrcValid
    PacketBase.BasePacketLength
    PacketBase.Parameter
    PacketBase.HasDataPacket
    MessageBase.Payload
    MessageBase.StartCode1
    MessageBase.StartCode2
    MessageBase.DeviceId
    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

    true if there is a finger pressing in the sensor; otherwise, false.

    See Also

    ResponseBase

    Comments

    Back to top Copyright © 2017-2019 Unosquare