• 大小: 0.12M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: test  d  demo  t  s  

资源简介

将射频卡放在天线有效范围内,指定读/写地址,点击<读卡>,系统对该卡进行连续的读/写操作,直至用户点取<断开连接>按钮为止。同时将每个操作步骤调用的函数、操作结果及读出/写入的数据显示在列表框中。

资源截图

代码片段和文件信息

using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace DemoTest
{
    class common
    {
        public common()
        {
            //
            // TODO: 在此处添加构造函数逻辑
            //
        }
        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个文件信息

评论

共有 条评论