Class MatchOneToNResponse
Match 1 to N response packet. Contains the User Id.
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 MatchOneToNResponse : ResponseBase
Constructors
MatchOneToNResponse(Byte[])
Initializes a new instance of the MatchOneToNResponse class.
Declaration
public MatchOneToNResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
UserId
Gets the user identifier.
Declaration
public int UserId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |