Class InitializationResponse
Initialization (open) 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 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 |
|
Overrides
SerialNumber
Gets the device serial number.
Declaration
public string SerialNumber { get; }
Property Value
Type | Description |
---|---|
System.String |