Questions tagged [zkemkeeper]

34 questions
0
votes
1 answer

Zkemkeeper OnDisconnectedEvent is not firing in C#

Background: I have connected a window form application with a bio-metric attendance machine (ZKTeco K20 Model). It has connected but there is an issue with OnDisconncted event. I have this code snippet, here onDisconnected event is registered but…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
-1
votes
1 answer

Type or namespace 'zkemkeeper' cannot be found even after referencing the zkemkeeper.dll file

I have a C# program that I can run just fine within Visual Studio but it doesn't work when I try compiling it using a console like Command Prompt (csc Program.cs) even after referencing the zkemkeeper.dll file and added the using directive as well…
-1
votes
1 answer

How to fetch data from attendance machine asynchronization with zkemkeeper DLL?

I have one query below, How to fetch data from attendance machine asynchronization with zkemkeeper dll? Please if any suggestion or any other idea then let me know. What I need? 1.I want to connect multiple devices at single time. 2.Once machine…
-1
votes
1 answer

identify sender from OnAttendance event in zkemkeeper vb.net

Public axCZKEM1,axCZKEM2 As New zkemkeeper.CZKEM AddHandler axCZKEM1.OnAttTransactionEx, AddressOf Ax_OnAttTransactionEx AddHandler axCZKEM2.OnAttTransactionEx, AddressOf Ax_OnAttTransactionEx Private Sub Ax_OnAttTransactionEx(ByVal…
NickNok_27
  • 25
  • 6
1 2
3