I am working with biometric device (attendance device) with the sdk support zkemkeeper.dll
I fetch the attendance from ZKTeco biometric device sucessfully, but when i am trying to block user, the code executes successfully, but the user is able to authenticate in the biometric machine and the door opens.
i tried the following codes to block a user as mentioned in the sdk manual but user is not blocked in the device.
EnableUser = objZkeeper.EnableUser(dwMachineNumber, did, dwEMachineNumber, dwBackupNumber, false);
another code used
EnableUser = objZkeeper.SSR_EnableUser(dwMachineNumber, did, false);
both codes executes with out any error but user is still enabled. please help me on this.