Unosquare
    Show / Hide Table of Contents

    Class FastSearchingResponse

    Fast searching response packet.

    Inheritance
    System.Object
    MessageBase
    PacketBase
    ResponseBase
    FastSearchingResponse
    Inherited Members
    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 FastSearchingResponse : ResponseBase
    Remarks

    The device operates as removable CD drive. If another removable CD drive exists in the system, connection time maybe will be long. To prevent this, FastDeviceSearching(CancellationToken) command is used for fast searching of the device.

    Constructors

    FastSearchingResponse(Byte[])

    Initializes a new instance of the FastSearchingResponse class.

    Declaration
    public FastSearchingResponse(byte[] payload)
    Parameters
    Type Name Description
    System.Byte[] payload

    A byte array representing the payload of the response.

    Properties

    IsSuccessful

    Gets a value indicating whether this instance is successful.

    Declaration
    public override bool IsSuccessful { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is successful; otherwise, false.

    Overrides
    ResponseBase.IsSuccessful

    See Also

    ResponseBase

    Comments

    Back to top Copyright © 2017-2019 Unosquare