Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi, there`s a task for me to solve. mmm A i got fingerprint scanner and manual which has only discription dor functions. " Print Electronics Embeded Device Programmer’s Guide". I searched on internet there`s interface like "IZKEM" and other interfaces but in manual nothing about it. but how to find out what classes or interfaces are there??

What I have tried:

searched on internet read manual
Posted
Updated 11-Feb-18 0:39am
v2
Comments
Richard MacCutchan 6-Feb-18 4:06am    
How can anyone here answer that? We have no idea what device you are talking about, or what interfaces it uses. If you need help with it then ask the manufacturer.

You should talk to the people who created the scanner - 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
 
Documentation (about Print Electronics Embeded Device Programmer's Guide) is here[^].
For more details, visit this site: Registering SDK | ZKTeco Europe[^]
Sample code: C# ZKTeco Biometric Device Getting Started[^]

Good luck!
 
Share this answer
 
dotPeek to deAssamble dll and see what classes it has
 
Share this answer
 
Suppose all you have just the file (zkempeer.dll) and [^] and the task to use its methods and classes/ if there is a way to get info about its properties tel me plzzz/ ? on internet i found that someone used zkempeer.dll

using zkempeer;

class MyClient
{
	static void Main(string[] args){
// AAAND how he found out that theres a  CZKEM in that library? 
        new CZKEM();


	}


C# ZKTeco Biometric Device Getting Started[^]
 
Share this answer
 
v4
Comments
Maciej Los 6-Feb-18 8:15am    
This is not an answer. You should delete it. To post comment , use "Have a question or comment" widget.

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



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