We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2751 commit 0c8c024Copy full SHA for 0c8c024
FPS_GT511C3.cpp
@@ -555,6 +555,7 @@ int FPS_GT511C3::Verify1_1(int id)
555
int retval = 0;
556
if (rp->ACK == false)
557
{
558
+ retval = 3; // set default value of not verified
559
if (rp->Error == Response_Packet::ErrorCodes::NACK_INVALID_POS) retval = 1;
560
if (rp->Error == Response_Packet::ErrorCodes::NACK_IS_NOT_USED) retval = 2;
561
if (rp->Error == Response_Packet::ErrorCodes::NACK_VERIFY_FAILED) retval = 3;
0 commit comments