資源簡介
PCI運動控制卡開發
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Runtime.InteropServices;
namespace?Demo
{
????class?adt8948A1m
????{
????????[DllImport(“adt8948m.dll“)]
????????public?static?extern?Int32?adt8948_initial();
????????/*************************功能:初始化卡***************************
????????(1)返回值>0時,表示adt850卡的數量。
???????????如果為3,則下面的可用卡號分別為0、1、2;
????????(2)返回值=0時,說明沒有安裝adt850卡;
????????(3)返回值<0時,-1表示沒有安裝端口驅動程序,-2表示PCI橋故障。
????????******************************************************************/
????????[DllImport(“adt8948m.dll“)]
????????public?static?extern?Int32?adt8948_end();
????????/***************************功能:釋放卡***************************
????????返回值 ???0:正確 1:錯誤
????????此函數應在程序結束時調用。(僅用于Windows?NT/2000)。
????????用于將ADT850卡占
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-10?09:00??C#\
?????目錄???????????0??2018-11-10?09:00??C#\Backup\
?????目錄???????????0??2018-11-10?09:00??C#\Backup\adt8948a1Demo\
?????文件???????55907??2015-08-17?15:38??C#\Backup\adt8948a1Demo\CtrlCard.cs
?????文件??????431582??2014-06-10?14:44??C#\Backup\adt8948a1Demo\Form1.Designer.cs
?????文件???????73288??2015-08-17?15:44??C#\Backup\adt8948a1Demo\Form1.cs
?????文件???????66192??2014-06-10?14:44??C#\Backup\adt8948a1Demo\Form1.resx
?????文件?????????463??2014-06-09?08:49??C#\Backup\adt8948a1Demo\Program.cs
?????目錄???????????0??2018-11-10?09:00??C#\Backup\adt8948a1Demo\Properties\
?????文件????????1198??2014-06-06?08:44??C#\Backup\adt8948a1Demo\Properties\AssemblyInfo.cs
?????文件????????2880??2014-06-06?08:44??C#\Backup\adt8948a1Demo\Properties\Resources.Designer.cs
?????文件????????5612??2014-06-06?08:44??C#\Backup\adt8948a1Demo\Properties\Resources.resx
?????文件????????1096??2014-06-06?08:44??C#\Backup\adt8948a1Demo\Properties\Settings.Designer.cs
?????文件?????????249??2014-06-06?08:44??C#\Backup\adt8948a1Demo\Properties\Settings.settings
?????文件???????72074??2014-06-10?11:56??C#\Backup\adt8948a1Demo\adt8948A1m.cs
?????文件????????4039??2015-08-17?16:12??C#\Backup\adt8948a1Demo\adt8948a1Demo.csproj
?????文件????????1282??2015-08-17?16:12??C#\Backup\adt8948a1Demo.sln
?????文件???????22016??2015-08-17?16:12??C#\Backup\adt8948a1Demo.v12.suo
?????文件???????44286??2018-06-04?11:49??C#\UpgradeLog.htm
?????目錄???????????0??2018-11-10?09:00??C#\adt8948a1Demo\
?????文件???????55907??2015-08-17?15:38??C#\adt8948a1Demo\CtrlCard.cs
?????文件??????431582??2014-06-10?14:44??C#\adt8948a1Demo\Form1.Designer.cs
?????文件???????73288??2015-08-17?15:44??C#\adt8948a1Demo\Form1.cs
?????文件???????66192??2014-06-10?14:44??C#\adt8948a1Demo\Form1.resx
?????文件?????????463??2014-06-09?08:49??C#\adt8948a1Demo\Program.cs
?????目錄???????????0??2018-11-10?09:00??C#\adt8948a1Demo\Properties\
?????文件????????1198??2014-06-06?08:44??C#\adt8948a1Demo\Properties\AssemblyInfo.cs
?????文件????????2866??2018-06-04?11:49??C#\adt8948a1Demo\Properties\Resources.Designer.cs
?????文件????????5612??2014-06-06?08:44??C#\adt8948a1Demo\Properties\Resources.resx
?????文件????????1113??2018-06-04?11:49??C#\adt8948a1Demo\Properties\Settings.Designer.cs
?????文件?????????249??2014-06-06?08:44??C#\adt8948a1Demo\Properties\Settings.settings
............此處省略44個文件信息
- 上一篇:串口IAP升級工具源碼
- 下一篇:C#精彩編程百例
評論
共有 條評論