身份证读卡器普天二代身份证开发包SDK接口软件及使用说明
应用函数开发包含下列文件:
cardapi.lib API函数的VC开发包
cardapi.h API函数声明
cardapi.dll API函数的动态联接库
stdapi.dll cardapi.dll的依赖动态联接库
WltRS.dll cardapi.dll的依赖动态联接库
4.1 checkCardReaderValid
检查读卡器是否可以正常工作。
char* checkCardReaderValid (int iPort);
参数说明:
int iPort
0为自动检测
1-16为串口1-16口
4.2 getImagePath
从card.ini中获取获取保存照片文件的路径。
char* getImagePath ();
参数说明:无
返回值:字符串
保存照片文件目录的路径。
4.3 getPersonMsg
读取身份证的基本信息。
char* getPersonMsg (int iPort);
参数说明:
1