資源簡介
C# RAPI WINCE 操作例子
代碼片段和文件信息
using?System;
using?System.Runtime.InteropServices;
using?System.Text;
namespace?OpenNETCF.Desktop.Communication
{
#region?------?delegate?definitions?------
///?
///?ActiveHandler?delegate
///?
public?delegate?void?ActiveHandler();
///?
///?AnswerHandler?delegate
///?
public?delegate?void?AnswerHandler();
///?
///?DisconnectHandler?delegate
///?
public?delegate?void?DisconnectHandler();
///?
///?ErrorHandler?delegate
///?
public?delegate?void?ErrorHandler();
///?
///?InactiveHandler?delegate
///?
public?delegate?void?InactiveHandler();
///?
///?IPAddrHandler?delegate
///?
public?delegate?void?IPAddrHandler(int?IP);
///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......?????10883??2008-03-27?16:04??OpenNETCF.Desktop.Communication\ActiveSync.cs
????.......??????2586??2008-03-27?16:04??OpenNETCF.Desktop.Communication\AssemblyInfo.cs
????.......??????3995??2008-03-27?16:04??OpenNETCF.Desktop.Communication\AutoStart.cs
?????文件??????61440??2010-05-23?11:20??OpenNETCF.Desktop.Communication\bin\Debug\OpenNETCF.Desktop.Communication.dll
?????文件?????103936??2010-05-23?11:20??OpenNETCF.Desktop.Communication\bin\Debug\OpenNETCF.Desktop.Communication.pdb
?????文件??????21216??2010-05-23?11:20??OpenNETCF.Desktop.Communication\bin\Debug\OpenNETCF.Desktop.Communication.tlb
?????文件??????68588??2010-05-23?11:20??OpenNETCF.Desktop.Communication\bin\Debug\OpenNETCF.Desktop.Communication.xm
????.......??????3666??2008-03-27?16:04??OpenNETCF.Desktop.Communication\CFPerformanceMonitor.cs
????.......??????5081??2008-03-27?16:04??OpenNETCF.Desktop.Communication\IDccMan.cs
?????文件????????646??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj\Debug\OpenNETCF.Desktop.Communication.csproj.FileListAbsolute.txt
?????文件??????61440??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj\Debug\OpenNETCF.Desktop.Communication.dll
?????文件?????103936??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj\Debug\OpenNETCF.Desktop.Communication.pdb
?????文件????????589??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj\OpenNETCF.Desktop.Communication.csproj.UnmanagedRegistration.cache
?????文件???????4777??2010-05-23?11:20??OpenNETCF.Desktop.Communication\OpenNETCF.Desktop.Communication.csproj
????.......??????1288??2009-06-25?18:32??OpenNETCF.Desktop.Communication\OpenNETCF.Desktop.Communication.sln
????..A..H.?????13312??2010-05-23?11:25??OpenNETCF.Desktop.Communication\OpenNETCF.Desktop.Communication.suo
?????文件??????68588??2010-05-23?11:20??OpenNETCF.Desktop.Communication\OpenNETCF.Desktop.Communication.xm
????.......??????4626??2008-03-27?16:04??OpenNETCF.Desktop.Communication\PerformanceStatistics.cs
????.......?????53432??2008-03-27?16:04??OpenNETCF.Desktop.Communication\RAPI.cs
????.......?????29681??2008-03-27?16:04??OpenNETCF.Desktop.Communication\Registry.cs
????.......??????7619??2008-03-27?16:04??OpenNETCF.Desktop.Communication\SYSTEMTIME.cs
?????目錄??????????0??2010-05-23?11:19??OpenNETCF.Desktop.Communication\obj\Debug\TempPE
?????目錄??????????0??2010-05-23?11:20??OpenNETCF.Desktop.Communication\bin\Debug
?????目錄??????????0??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj\Debug
?????目錄??????????0??2010-05-23?11:19??OpenNETCF.Desktop.Communication\bin
?????目錄??????????0??2010-05-23?11:20??OpenNETCF.Desktop.Communication\obj
?????目錄??????????0??2010-05-23?11:25??OpenNETCF.Desktop.Communication
-----------?---------??----------?-----??----
???????????????631325????????????????????27
............此處省略0個文件信息
評論
共有 條評論