基本信息
源码名称:GPRStest WINCE 下的GPRS拨号连接C#源码
源码大小:0.06M
文件格式:.zip
开发语言:C#
更新时间:2023-04-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
GPRStest WINCE 下的GPRS拨号连接C#源码
wince5.0系统下的GPRS拨号连接的C#源码,有两种方法实现,分别在两个窗体里面写有例子。可以判断当前存在的活动的连接以及连接的状态,可以进行进行拨号连接,可以断开已经存在的连接。注意若拨号成功后不能上网,...
文件清单
└── GPRStest
├── GPRS
│ ├── bin
│ │ └── Debug
│ │ ├── GPRS.exe
│ │ └── GPRS.pdb
│ ├── frmCLR_RAS.cs
│ ├── frmCLR_RAS.Designer.cs
│ ├── frmCLR_RAS.resx
│ ├── frmRasComm.cs
│ ├── frmRasComm.Designer.cs
│ ├── frmRasComm.resx
│ ├── GPRS.csproj
│ ├── GPRS.csproj.user
│ ├── obj
│ │ ├── Debug
│ │ │ ├── GPRS.csproj.GenerateResource.Cache
│ │ │ ├── GPRS.exe
│ │ │ ├── GPRS.frmCLR_RAS.resources
│ │ │ ├── GPRS.frmRasComm.resources
│ │ │ ├── GPRS.pdb
│ │ │ ├── GPRS.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── GPRS.csproj.FileListAbsolute.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ └── WINCE
│ ├── CLR_RAS.cs
│ └── RasComm.cs
├── GPRS.sln
├── GPRS.suo
└── 注意.txt
10 directories, 27 files
GPRStest WINCE 下的GPRS拨号连接C#源码
wince5.0系统下的GPRS拨号连接的C#源码,有两种方法实现,分别在两个窗体里面写有例子。可以判断当前存在的活动的连接以及连接的状态,可以进行进行拨号连接,可以断开已经存在的连接。注意若拨号成功后不能上网,...
文件清单
└── GPRStest
├── GPRS
│ ├── bin
│ │ └── Debug
│ │ ├── GPRS.exe
│ │ └── GPRS.pdb
│ ├── frmCLR_RAS.cs
│ ├── frmCLR_RAS.Designer.cs
│ ├── frmCLR_RAS.resx
│ ├── frmRasComm.cs
│ ├── frmRasComm.Designer.cs
│ ├── frmRasComm.resx
│ ├── GPRS.csproj
│ ├── GPRS.csproj.user
│ ├── obj
│ │ ├── Debug
│ │ │ ├── GPRS.csproj.GenerateResource.Cache
│ │ │ ├── GPRS.exe
│ │ │ ├── GPRS.frmCLR_RAS.resources
│ │ │ ├── GPRS.frmRasComm.resources
│ │ │ ├── GPRS.pdb
│ │ │ ├── GPRS.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── GPRS.csproj.FileListAbsolute.txt
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ └── WINCE
│ ├── CLR_RAS.cs
│ └── RasComm.cs
├── GPRS.sln
├── GPRS.suo
└── 注意.txt
10 directories, 27 files