Unosquare
    Show / Hide Table of Contents

    Class InitializationResponse

    Initialization (open) response packet.

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

    Initialization response packet could have a Unosquare.Sparkfun.FingerprintModule.ResponseDataPacket data packet with device extra info.

    Constructors

    InitializationResponse(Byte[])

    Initializes a new instance of the InitializationResponse class.

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

    A byte array representing the payload of the response.

    Fields

    NoInfo

    The no information label.

    Declaration
    public static string NoInfo
    Field Value
    Type Description
    System.String

    Properties

    FirmwareVersion

    Gets the device firmware version.

    Declaration
    public string FirmwareVersion { get; }
    Property Value
    Type Description
    System.String

    IsoAreaMaxSize

    Gets the maximum size of the iso area.

    Declaration
    public int IsoAreaMaxSize { get; }
    Property Value
    Type Description
    System.Int32

    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

    SerialNumber

    Gets the device serial number.

    Declaration
    public string SerialNumber { get; }
    Property Value
    Type Description
    System.String

    See Also

    ResponseBase

    Comments

    Back to top Copyright © 2017-2019 Unosquare