Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

InventTrust

DLL&API update to integrate the Anviz2011 new hardware platform Please make a update for your software in order to integrate Anviz2011 new hardware platform. We updated our hardware platform for the A series, TC series, EP series and D seies machines. The version of TC400.dll is upgraded. All the previous functions in the older API manual still work well as same as before. We only add the functions for the NEW USB communication. Our USB communication is used to be a virtual COMM port communication. And we need install a USB driver. In our new hardware platform, our USB communication is detected as a CD ROM in the Windows OS. And we need not install any driver. And this update on all Anviz products for USB communication makes it 6 times faster for data transfer. It is powerful and useful. So, we add the functions for the new USB communication method. You only need make a little modification. Just add one more communication method in your software. CKT_RegisterUSB FuctionRegister the USB serial number of attendance machine. PrototypeCKT_RESULT WINAPI CKT_RegisterUSB(int sno, int index); Parametersno attendance machine S/N. Number range of attendance machine: 1 99999999 Index connected USB serial number. Suported S/N: 0 (temporary for 1cps) Return Valuereturn 1(TRUE) for success, return 0(FALSE) for fail CKT_USB Daemon Fuctioncreate a thread, monitor the USB in the time of non-command, receive the real-time attendance data. PrototypeCKT_RESULT WINAPI CKT_USBDaemon(void); ParameterNon. Return Value return 1(TRUE) for success, return 0(FALSE) for fail. If the monitor thread existed, return -9CKT_ERROR_DAEMONREADY.

Shanghai Anviz Biometric Tech. Co., Ltd. 5th Floor, Construction Bank Building 4299 Jindu Road, Shanghai 201108, PRC Tel: +8621-54831112 Fax: +8621-54831400 Web: www.anviz.com

InventTrust

Shanghai Anviz Biometric Tech. Co., Ltd. 5th Floor, Construction Bank Building 4299 Jindu Road, Shanghai 201108, PRC Tel: +8621-54831112 Fax: +8621-54831400 Web: www.anviz.com

You might also like