
C#.IC
楠奕
因为我刚好遇见你
展开
-
C# 读IC卡程序
本例使用的是深圳明华生产的明华IC卡读写器,用户在使用时将驱动程序安装完毕后,即可正常使用本系统。本例通过调用Mwic_32.dll链接库,进行IC卡的读写工作。下面介绍与IC卡写操作相关的几个函数。(1)auto_init函数该函数用于初始化IC卡读卡器。语法如下:public static extern int auto_init(int port, int b转载 2014-12-19 14:58:42 · 5802 阅读 · 0 评论 -
调用dcrf32.dll头文件,函数的作用说明
我用的这个第三方设备需要初始化、蜂鸣、核对密码等!以下是C#的代码:using System;using System.Collections.Generic;using System.Windows.Forms;using System.Text;using System.Runtime.InteropServices;/// /// DUKa 的摘要说明转载 2014-12-23 14:30:24 · 3526 阅读 · 1 评论 -
读dcrf32.dll文件时函数的作用
我用的这个第三方设备需要初始化、蜂鸣、核对密码等!以下是C#的代码:using System;using System.Collections.Generic;using System.Windows.Forms;using System.Text;using System.Runtime.InteropServices;/// /// DUKa 的摘要说明转载 2014-12-23 14:35:18 · 3584 阅读 · 0 评论