Arun Eddy

Arun Eddy

  • 1.3k
  • 374
  • 11.5k

not able to make connection with zkteco multibio 700 device

Feb 1 2018 6:43 AM
  1. public bool Connect_Net(string IPAdd, int Port)  
  2. {  
  3. if (objCZKEM.Connect_Net(IPAdd, Port))  
  4. {  
  5. //65535, 32767  
  6. if (objCZKEM.RegEvent(1, 65535))  
  7. {  
  8. // [Register your events here]  
  9. //[Go through the _IZKEMEvents_Event class for a complete list of events  
  10. objCZKEM.OnConnected += ObjCZKEM_OnConnected;  
  11. objCZKEM.OnDisConnected += objCZKEM_OnDisConnected;  
  12. objCZKEM.OnEnrollFinger += ObjCZKEM_OnEnrollFinger;  
  13. objCZKEM.OnFinger += ObjCZKEM_OnFinger;  
  14. objCZKEM.OnAttTransactionEx += new _IZKEMEvents_OnAttTransactionExEventHandler(zkemClient_OnAttTransactionEx);  
  15. }  
  16. return true;  
  17. }  
  18. return false;  
  19. }  
this is my code but i m not able to make connection with device