Class GetSecurityLevelResponse
Get security level 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 GetSecurityLevelResponse : ResponseBase
Constructors
GetSecurityLevelResponse(Byte[])
Initializes a new instance of the GetSecurityLevelResponse class.
Declaration
public GetSecurityLevelResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
SecurityLevel
Gets the device's current security level.
Declaration
public int SecurityLevel { get; }
Property Value
Type | Description |
---|---|
System.Int32 |