Class TemplateResponse
Template 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 TemplateResponse : ResponseBase
Remarks
TemplateResponse is used for any command that returns a Unosquare.Sparkfun.FingerprintModule.ResponseDataPacket with a fingerprint template .
Constructors
TemplateResponse(Byte[])
Initializes a new instance of the TemplateResponse class.
Declaration
public TemplateResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
Template
Gets the fingerprint template.
Declaration
public byte[] Template { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |