Enum CommandCode
Command codes.
Namespace: Unosquare.Sparkfun.FingerprintModule
Syntax
public enum CommandCode : ushort
Fields
| Name | Description |
|---|---|
| CaptureFinger | Capture a fingerprint image (256 x 256) from the sensor |
| ChangeBaudRate | Change UART baud rate |
| CheckEnrolled | Check whether a specified ID is already enrolled |
| Close | Termination |
| CmosLed | Control CMOS led |
| DeleteAll | Delete all fingerprints from the device database |
| DeleteID | Delete a fingerprint with the specified ID |
| Enroll1 | Make first template for an enrollment |
| Enroll2 | Make second template for an enrollment |
| Enroll3 | Make third template for and enrollment, merge the three templates into one template, save marged template to the database |
| EnrollStart | Start an enrollment |
| EnterStandbyMode | Enter standby mode (Low power mode) |
| GetDatabaseEnd | End devoice database download |
| GetDatabaseStart | Start device database download |
| GetEnrollCount | Get enrolled fingerprint count |
| GetImage | Download the capture fingerprint image (256 x 256) |
| GetRawImage | Capture and download a raw fingerprint image (320 x 240) |
| GetSecurityLevel | Get security level from a specified ID |
| GetTemplate | Download the template of the specified ID |
| Identify | 1:N Identification on the capture fingerprint image with the device database |
| IdentifyTemplate | 1:N Identification of a fingerprint template with the device database |
| IdentifyTemplate2 | Identify of the capture fingerprint image with the specified template |
| IsPressFinger | Check if a finger is palced on the sensor |
| MakeTemplate | Make a template for transmission |
| Open | Initialization |
| SetSecurityLevel | Set security level for a specified ID |
| SetTemplate | Upload a template for the specified ID |
| UsbInternalCheck | Check if the connected USB device is valid |
| Verify | 1:1 Verification on the capture fingerprint image with the specified ID |
| VerifyTemplate | 1:1 Verification of a fingerprint template with the specified ID |