SDK Update

2
Invent·Trus t 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); Parameter sno attendance machine S/N. Number range of attendance machine: 1 —— 99999999 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

Transcript of SDK Update

Page 1: SDK Update

Invent·Trust

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

【Fuction】Register the USB serial number of attendance machine.

【Prototype】CKT_RESULT WINAPI CKT_RegisterUSB(int sno, int index);

【Parameter】sno attendance machine S/N. Number range of attendance machine:

1 —— 99999999

Index connected USB serial number. Suported S/N: 0 (temporary for 1cps)

【Return Value】return 1(TRUE) for success, return 0(FALSE) for fail

CKT_USB Daemon

【Fuction】create a thread, monitor the USB in the time of non-command, receive

the real-time attendance data.

【Prototype】CKT_RESULT WINAPI CKT_USBDaemon(void);

【Parameter】Non.

【Return Value】return 1(TRUE) for success, return 0(FALSE) for fail. If the monitor

thread existed, return -9(CKT_ERROR_DAEMONREADY).

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

Page 2: SDK Update

Invent·Trust

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