产品新闻

    华视CVR-100U身份证验证仪二次开发说明

    时间:2013-08-30 来源:www.ss628-100.cn 标签: 身份证验证机 华视CVR-100U 点击数:0
  •      神思验证机具营销中心(www.ss628-100.cn)技术部为大家提供华视CVR-100U身份证验证仪二次开发说明。二代居民身份证里面共存取了9项公民的基本信息,具体的如下说明:

     
    读各项文字信息到自定义内存缓冲
     
    参数:
    *strTmp   返回的信息缓存指针。
    *strLen    返回的信息长度指针。
     
    原  型:
    int _stdcall GetPeopleName(char *strTmp, int *strLen)     //得到姓名信息    
    int _stdcall GetPeopleIDCode(char *strTmp, int *strLen)    //得到卡号信息    
    int _stdcall GetDepartment(char *strTmp, int *strLen)     //得到发证机关信息    
    int _stdcall GetStartDate(char *strTmp, int *strLen)      //得到有效开始日期    
    int _stdcall GetEndDate(char *strTmp, int *strLen)        //得到有效截止日期
    int _stdcall GetPeopleSex(char *strTmp, int *strLen)      //得到性别信息    
    int _stdcall GetPeopleNation(char *strTmp, int *strLen)   //得到民族信息    
    int _stdcall GetPeopleBirthday(char *strTmp, int *strLen)  //得到出生日期    
    int _stdcall GetPeopleAddress(char *strTmp, int *strLen)   //得到地址信息    
     
    说明:
    以上函数调用流程为:调用 CVR_Read_Content 或者 CVR_ReadBaseMsg 函数                   
    成功后再分别调用以上函数。CVR_Read_Content 或者 CVR_ReadBaseMsg 函数       
    自动在应用程序当前目录产生BMP照片文件。