Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have device TF1700 fingerprint scanner. in its manual for developers, there are some method:
[<a href="http://demo.sunrayztechnology.com/UploadDoc/22112014163844.pdf" target="_blank"
i could use set methods like set Time set IP and WriteLCD. but how do i use get methods
for example
GetEnrollData.
or
GetAllUserID
My task to write program that takes fingerprint from device and compare it with DB data.

What I have tried:

using zkempeerer;
class MyClass{
static void Main()
{ CZKEM cz = CZKEM();
cz.Connect_Net("191.168.1.20", 4370);
cz.WriteLCD(1,1, "sometxt");
cz.SetDeviceIp(some ip);

// could not use cz.SetUserInfo(int i, int a, string s, string d, int r, bool t); any other get methods
like...

/*method - GetUserInfo. method manual:
[Function]
Get user’s information from device. user’s information contain user’s name and password.
[Protocol]
SetUserInfo(dwMachineNumber As Long, dwEnrollNumber As Long, Name As String, Password As String, Privilege As Long, Enabled As Boolean) As Boolean
[Paramters]
dwMachineNumber
The Machine Number of operating device
dwEnrollNumber
Enroll number t
Name
User name
Password
User Password
Privilege
User privilege
Enabled
19
whether Enabled user
[Return]
TRUE if success, FALSE else
*/


}
}
Posted
Updated 11-Feb-18 0:39am
Comments
Member 13942836 16-Aug-18 13:55pm    
have you the solution finally? man??
i have the some problem; the dll don´t work with tf1700 device

1 solution

You should talk to the people who created it - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900