本文介绍了使用C#为Windows CE 5.0编程GPRS连接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Windows CE的新手,所以很容易。
我想实际创建一个GPRS连接,并在Windows CE 5.0(Visual Stdio 2008)的C#中拨号。我搜索了更多的100页,但没有什么!例如:

I'm new to Windows CE so tack it easy. I want to create a GPRS connection pragmatically and dial it in C# for windows CE 5.0 (Visual Stdio 2008). I searched a lot more that 100 pages but nothing!!! for example :http://msdn.microsoft.com/en-us/library/bb840031.aspx

对于连接GPRS我必须拨* 99#和一些设置,但我不知道如何使用这些示例代码与我的设置。连接管理没有设置或我不知道如何。

For connecting GPRS I have to dial *99# and some settings but I don't know how to use these sample codes with my settings. The connection management tacks no settings or I do not know how.

有任何示例代码创建GPRS连接与期望的设置和拨号吗?
还需要拨USSD代码请求并得到响应。是否可以?
我有OpenNetCF.dll和...
我非常感谢任何帮助。

Is there any sample code to create GPRS connection with desire settings and dial it?And also I need to dial USSD code request and get response. Is it possible?I have OpenNetCF.dll and ... I highly appreciate any help.

推荐答案

提出我的问题:。
我已经有一个解决方案,这应该工作,只是坚持一个问题。也许你可以跨过它。

please check out my question: here.I already have a solution, which should work, just stuck on a problem. Maybe you can step over it. In this case, I will be happy, if you can help me.

您可以从。

这篇关于使用C#为Windows CE 5.0编程GPRS连接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 19:59