資源簡介
舒特一卡通光盤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個文件信息
評論
共有 條評論