Class FastSearchingResponse
Fast searching 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 FastSearchingResponse : ResponseBase
Remarks
The device operates as removable CD drive. If another removable CD drive exists in the system, connection time maybe will be long. To prevent this, FastDeviceSearching(CancellationToken) command is used for fast searching of the device.
Constructors
FastSearchingResponse(Byte[])
Initializes a new instance of the FastSearchingResponse class.
Declaration
public FastSearchingResponse(byte[] payload)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | A byte array representing the payload of the response. |
Properties
IsSuccessful
Gets a value indicating whether this instance is successful.
Declaration
public override bool IsSuccessful { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|