简体   繁体   English

使用C#在Windows 8平板电脑上的GPRS连接

[英]GPRS Connection on a Windows 8 Tablet Using C#

I am developing an app for a Windows 8 tablet using C# and I need to write a module that creates a GPRS connection using a SIM card. 我正在使用C#开发适用于Windows 8平板电脑的应用程序,我需要编写一个使用SIM卡创建GPRS连接的模块。

I have tried searching for this but most results I find talk about a GPRS connection either for Windows CE or Windows Mobile and I presume the code for Windows 8 would be different. 我尝试搜索此内容,但大多数结果都涉及Windows CE或Windows Mobile的GPRS连接,我认为Windows 8的代码会有所不同。

If anyone can give me some advice on how I can create this module or link me to some websites that may explain how I can achieve this I would be great full. 如果有人可以给我一些有关如何创建此模块的建议,或将我链接到一些网站,这些网站可以解释如何实现此模块,那么我将非常满意。

Thanks... 谢谢...

Assuming you're programming an app in the environment formerly known as Metro, you need these WinRT APIs. 假设您正在以前称为Metro的环境中编写应用程序,则需要这些WinRT API。 There are C# code examples provided. 提供了C#代码示例。

This is not to be confused with the Windows 8 desktop, which has its own separate set of APIs here. 请勿将其与Windows 8台式机混淆,Windows 8台式机在此处具有自己的独立API集

These APIs are valid for LTE, UMTS/HSPA etc as well as GPRS. 这些API适用于LTE,UMTS / HSPA等以及GPRS。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM