Windows Mobile6.5 SDK自带的gps源码

时间:2016-01-17 07:56:28
【文件属性】:
文件名称:Windows Mobile6.5 SDK自带的gps源码
文件大小:105KB
文件格式:RAR
更新时间:2016-01-17 07:56:28
WM gps Windows Mobile6.5 SDK自带的gps源码,编译后可直接运行,在s300手持测试通过
【文件预览】:
GpsPosition.cs
Microsoft.WindowsMobile.Samples.Location.csproj.user
Microsoft.WindowsMobile.Samples.Location.csproj
Gps.sln
Properties
----AssemblyInfo.cs(2KB)
DeviceStateChangedEventArgs.cs
LocationChangedEventArgs.cs
_UpgradeReport_Files
----UpgradeReport.xslt(12KB)
----UpgradeReport_Plus.gif(71B)
----UpgradeReport.css(3KB)
----UpgradeReport_Minus.gif(69B)
GpsSample
----Form1.cs(10KB)
----Form1.resx(6KB)
----Properties()
--------Resources.Designer.cs(2KB)
--------AssemblyInfo.cs(2KB)
--------Resources.resx(4KB)
----GpsSample.csproj(4KB)
----GpsSample.csproj.user(198B)
----obj()
--------Debug()
----bin()
--------Debug()
GpsDeviceState.cs
Gps.suo
obj
----Debug()
--------ResolveAssemblyReference.cache(4KB)
--------Microsoft.WindowsMobile.Samples.Location.dll(19KB)
--------Microsoft.WindowsMobile.Samples.Location.pdb(56KB)
--------TempPE()
--------Microsoft.WindowsMobile.Samples.Location.csproj.FileListAbsolute.txt(576B)
UpgradeLog.XML
readme.txt
Utils.cs
bin
----Debug()
--------Microsoft.WindowsMobile.Samples.Location.dll(19KB)
--------Microsoft.WindowsMobile.Samples.Location.pdb(56KB)
GPS.cs
DegreesMinutesSeconds.cs

网友评论

  • 学习了,使用这个刚好可以实现
  • 这个是系统通用的Dll,涉及硬件设置,不同设备的GPS端口不同,需要设置好设备上的外部GPS,这个DLL才能获取到定位信息。
  • 不错,C#调用gpsapi.dll实现,有事件回调,正需要这个