资源简介
舒特一卡通光盘3.32 含SDK - Book ->说明书
- Other ->其他
( 3)STOneCard_Scl ->校园一卡通系统
- STOneCard_Scl ->[综合版本]安装程序
- Order ->[订餐系统]安装程序
- Book ->说明书
- Other ->其他
( 4)STOneCard_Pt ->一卡通其他子系统
( 41)STOneCard_BS ->一卡通BS查询系统
- Setup ->安装程序
- Book ->说明书
- Other ->其他
( 42)Auditing ->一卡通审核系统
- Setup ->安装程序
- Book ->说明书
- Other ->其他
( 43)TK ->电梯控制系统
- Setup ->安装程序
- Book ->说明书
- Other ->其他
( 44)XG ->巡检系统
- Setup ->安装程序
- Book ->说明书
- Other ->其他
( 45)MSC ->美食城/娱乐消费系统
- Setup ->安装程序
- Book ->说明书
- Other ->其他
( 5)ARM ->一卡通安防产品
( 51)KQCam ->拍照考勤机
- Setup ->[配置工具]安装程序
- Book ->说明书
- Other ->其他
( 52)DVS ->DVS网络监控
- Readme ->产品介绍
- Book ->说明书
- Other ->其他
( 6)STOneCard_Demo ->一卡通演示软件
- KS ->快速上手演示
- ZH ->完全使用演示
- Book ->说明书
- Other ->其他
( 7)Other_Drive ->配套产品/驱动
( 71)USB-485 ->USB-485转换器
- Setup ->驱动安装程序
- Book ->说明书
- Other ->其他
( 72)USBReader ->USB读卡器
- Setup
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace RWCardDemo
{
public partial class frmMain : Form
{
public frmMain()
{
InitializeComponent();
}
//RWCard.dll客户动态库路径
private const string strRWCardPath = @“\Lib\RWCard.dll“;
//读IC卡
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNREADIC(string aCom string aParamIndexState);
//写IC卡
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern int _FNWRITEIC(string aCom string aParamIndexValue);
//读参数列
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNGETPARAMLIST();
//读卡号
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNREADCARDNO(string aCom);
//读金额
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNREADMAINFUND(string aCom);
//写金额
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern bool _FNWRITEMAINFUND(string aComstring aMainFund);
//读SN
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNREADSN(string aCom);
//读ID卡
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNREADID(string aCom);
//加密
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNENCRY(string aSourcestring aKey);
//解密
[DllImport(strRWCardPath CharSet = CharSet.Ansi CallingConvention = CallingConvention.StdCall)]
public static extern string _FNDECRY(string aSource string aKey);
private void btnReadCard_Click(object sender EventArgs e)
{
try
{
string strCom = cbbCom.Text;
string strParam = txtCard.Text;
txtCard.Text = _FNREADIC(strCom strParam);
}
catch(Exception ex)
{
MessageBox.Show(ex.Message);
}
}
private void btnWriteCard_Click(object sender EventArgs e)
{
try
{
string strCom = cbbC
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 29952 2004-11-28 20:40 Interface\KQ\borlndmm.dll
文件 54 2010-05-05 11:05 Interface\KQ\Cam_NameList.txt
文件 1448 2010-05-05 11:49 Interface\KQ\Cam_ParamList.txt
文件 8331 2009-01-16 14:44 Interface\KQ\hardLang_chs.ini
文件 8331 2009-01-16 14:52 Interface\KQ\hardLang_cht.ini
文件 10367 2009-01-16 14:53 Interface\KQ\hardLang_enu.ini
文件 1522176 2014-05-30 14:33 Interface\KQ\HARDWORK.exe
文件 1288192 2010-09-16 10:20 Interface\KQ\Lib\CamSet(不带照片).dll
文件 1339392 2011-08-31 09:19 Interface\KQ\Lib\CamSet.dll
文件 653312 2011-08-29 11:29 Interface\KQ\Lib\Download.dll
文件 416 2010-05-12 09:13 Interface\KQ\Lib\GPRS说明.txt
文件 419840 2013-12-04 13:09 Interface\KQ\Lib\MFRC500.dll
文件 246784 2009-01-09 16:02 Interface\KQ\Lib\sqlite3.dll
文件 997888 2013-10-09 10:39 Interface\KQ\Lib\w_kqrec.dll
文件 360448 2011-08-08 13:10 Interface\KQ\新考勤动态库函数说明.doc
文件 23552 2007-05-23 08:27 Interface\KQ\考勤U盘机设置文件.doc
文件 2514 2008-04-15 09:10 Interface\MJ\MJ_OffLine\Bin\ACS.ini
文件 729 2008-04-01 11:52 Interface\MJ\MJ_OffLine\Bin\ACS.txt
文件 66560 2008-04-03 14:25 Interface\MJ\MJ_OffLine\Bin\ACS485.dll
文件 157696 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Bin\AcsDemo_485.exe
文件 163840 2009-11-16 09:51 Interface\MJ\MJ_OffLine\Bin\AcsDemo_LAN.exe
文件 67584 2010-09-14 10:29 Interface\MJ\MJ_OffLine\Bin\ACSLAN.dll
文件 41630 2008-04-15 09:10 Interface\MJ\MJ_OffLine\Bin\ACSRW.log
文件 43 2008-03-27 11:38 Interface\MJ\MJ_OffLine\Bin\rights.txt
文件 434 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Demo\485\AcsDemo.cfg
文件 2497 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Demo\485\AcsDemo.dof
文件 187 2008-03-28 13:32 Interface\MJ\MJ_OffLine\Demo\485\AcsDemo.dpr
文件 876 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Demo\485\AcsDemo.res
文件 5946 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Demo\485\Unit1.dcu
文件 51 2008-04-15 09:08 Interface\MJ\MJ_OffLine\Demo\485\Unit1.ddp
............此处省略301个文件信息
评论
共有 条评论