資源簡介
將射頻卡放在天線有效范圍內(nèi),指定讀/寫地址,點擊<讀卡>,系統(tǒng)對該卡進行連續(xù)的讀/寫操作,直至用戶點取<斷開連接>按鈕為止。同時將每個操作步驟調(diào)用的函數(shù)、操作結果及讀出/寫入的數(shù)據(jù)顯示在列表框中。
代碼片段和文件信息
using?System;
using?System.Runtime.InteropServices;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?DemoTest
{
????class?common
????{
????????public?common()
????????{
????????????//
????????????//?TODO:?在此處添加構造函數(shù)邏輯
????????????//
????????}
????????public?int?icdev;?//?通訊設備標識符
????????[DllImport(“mwrf32.dll“?EntryPoint?=?“rf_init“?SetLastError?=?true
?????????CharSet?=?CharSet.Auto?ExactSpelling?=?false
?????????CallingConvention?=?CallingConvention.StdCall)]
????????//說明:初始化通訊接口
????????public?static?extern?int?rf_init(Int16?port?int?baud);
????????[DllImport(“mwrf32.dll“?EntryPoint?=?“rf_exit“?SetLastError?=?true
?????????CharSet?=?CharSet.Auto?ExactSpelling?=?false
?????????CallingConvention?=?CallingConvention.StdC
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????25600??2017-08-10?18:58??DemoTest\bin\Debug\DemoTest.exe
?????文件??????44544??2017-08-10?18:58??DemoTest\bin\Debug\DemoTest.pdb
?????文件??????11592??2017-08-11?16:10??DemoTest\bin\Debug\DemoTest.vshost.exe
?????文件????????490??2017-02-10?11:19??DemoTest\bin\Debug\DemoTest.vshost.exe.manifest
?????文件?????368715??2011-04-19?12:09??DemoTest\bin\Debug\mwrf32.dll
?????文件??????10131??2014-01-02?21:17??DemoTest\common.cs
?????文件???????3804??2014-01-02?21:02??DemoTest\DemoTest.csproj
?????文件??????10288??2014-03-06?00:14??DemoTest\Form1.cs
?????文件??????30589??2014-03-06?00:04??DemoTest\Form1.Designer.cs
?????文件???????5814??2014-03-06?00:04??DemoTest\Form1.resx
?????文件???????7292??2014-03-05?00:43??DemoTest\mifareone.cs
?????文件???????2193??2017-08-11?16:10??DemoTest\obj\Debug\DemoTest.csproj.FileListAbsolute.txt
?????文件????????847??2017-08-11?14:45??DemoTest\obj\Debug\DemoTest.csproj.GenerateResource.Cache
?????文件??????25600??2017-08-10?18:58??DemoTest\obj\Debug\DemoTest.exe
?????文件????????180??2017-08-10?18:58??DemoTest\obj\Debug\DemoTest.Form1.resources
?????文件??????44544??2017-08-10?18:58??DemoTest\obj\Debug\DemoTest.pdb
?????文件????????180??2017-08-10?18:58??DemoTest\obj\Debug\DemoTest.Properties.Resources.resources
?????文件????????489??2014-01-02?19:53??DemoTest\Program.cs
?????文件???????1348??2014-01-02?19:53??DemoTest\Properties\AssemblyInfo.cs
?????文件???????2866??2014-01-02?19:53??DemoTest\Properties\Resources.Designer.cs
?????文件???????5612??2014-01-02?19:53??DemoTest\Properties\Resources.resx
?????文件???????1093??2014-01-02?19:53??DemoTest\Properties\Settings.Designer.cs
?????文件????????249??2014-01-02?19:53??DemoTest\Properties\Settings.settings
?????文件????????914??2014-01-02?19:53??DemoTest.sln
????..A..H.?????23040??2017-08-11?14:46??DemoTest.suo
????..AD...?????????0??2014-04-01?09:03??DemoTest\obj\Debug\Refactor
????..AD...?????????0??2014-04-01?09:03??DemoTest\obj\Debug\TempPE
????..AD...?????????0??2014-04-01?09:03??DemoTest\bin\Debug
????..AD...?????????0??2017-08-11?14:45??DemoTest\obj\Debug
????..AD...?????????0??2014-04-01?09:03??DemoTest\bin
............此處省略6個文件信息
評論
共有 條評論