资源简介
wifi无线通讯示例,微软提供。适用于wince手机,windowsmobile系统。语言为C#。

代码片段和文件信息
using System;
using System.Runtime.InteropServices;
using System.Net.NetworkInformation;
using System.Text;
using System.Diagnostics;
using System.ComponentModel;
namespace NativeWifi
{
// TODO: Separate the functions and the structs/enums. Many of the structs/enums should remain public
// (since they‘re reused in the OOP interfaces) -- the rest (including all P/Invoke function mappings)
// should become internal.
// All structures which native methods rely on should be kept in the Wlan class.
// Only change the layout of those structures if it matches the native API documentation.
// Some structures might have helper properties but adding or changing fields is prohibited.
// This class is not documented since all the documentation resides in the MSDN. The code
// documentation only covers details which concern interop users.
// Some identifier names were modified to correspond to .NET naming conventions
// but otherwise retain their native meaning.
///
/// Defines the Native Wifi API through P/Invoke interop.
///
///
/// This class is intended for internal use. Use the class instead.
///
public static class Wlan
{
#region P/Invoke API
///
/// Defines various opcodes used to set and query parameters for an interface.
///
///
/// Corresponds to the native WLAN_INTF_OPCODE type.
///
public enum WlanIntfOpcode
{
///
/// Opcode used to set or query whether auto config is enabled.
///
AutoconfEnabled = 1
///
/// Opcode used to set or query whether background scan is enabled.
///
BackgroundScanEnabled
///
/// Opcode used to set or query the media streaming mode of the driver.
///
MediaStreamingMode
///
/// Opcode used to set or query the radio state.
///
RadioState
///
/// Opcode used to set or query the BSS type of the interface.
///
BssType
///
/// Opcode used to query the state of the interface.
///
InterfaceState
///
/// Opcode used to query information about the current connection of the interface.
///
CurrentConnection
///
/// Opcose used to query the current channel on which the wireless interface is operating.
///
ChannelNumber
///
/// Opcode used to query the supported auth/cipher pairs for infrastructure mode.
///
SupportedInfrastructureAuthCipherPairs
///
/// Opcode used to query the supported auth/cipher pairs for ad hoc mode.
///
SupportedAdhocAuthCipherPairs
///
/// Opcode used to query the list of supported country or region strings.
///
S
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 59824 2007-10-14 19:42 Wifi通讯示例\Backup\Interop.cs
文件 1997 2007-10-14 18:41 Wifi通讯示例\Backup\ManagedWifi.csproj
文件 1508 2007-10-14 18:41 Wifi通讯示例\Backup\Properties\AssemblyInfo.cs
文件 28943 2007-10-14 19:33 Wifi通讯示例\Backup\WlanApi.cs
文件 59824 2007-10-14 19:42 Wifi通讯示例\Interop.cs
文件 2168 2009-05-15 14:10 Wifi通讯示例\ManagedWifi.csproj
文件 911 2009-05-15 14:17 Wifi通讯示例\ManagedWifi.sln
..A..H. 9216 2009-05-15 14:17 Wifi通讯示例\ManagedWifi.suo
文件 1508 2007-10-14 18:41 Wifi通讯示例\Properties\AssemblyInfo.cs
文件 1603 2009-05-15 14:10 Wifi通讯示例\UpgradeLog.xm
文件 28943 2007-10-14 19:33 Wifi通讯示例\WlanApi.cs
文件 3348 2009-05-15 14:10 Wifi通讯示例\_UpgradeReport_Files\UpgradeReport.css
文件 12505 2008-01-11 01:25 Wifi通讯示例\_UpgradeReport_Files\UpgradeReport.xslt
文件 69 2009-05-15 14:10 Wifi通讯示例\_UpgradeReport_Files\UpgradeReport_Minus.gif
文件 71 2009-05-15 14:10 Wifi通讯示例\_UpgradeReport_Files\UpgradeReport_Plus.gif
目录 0 2009-05-15 14:10 Wifi通讯示例\obj\Debug\TempPE
目录 0 2009-05-15 14:10 Wifi通讯示例\Backup\Properties
目录 0 2009-05-15 14:10 Wifi通讯示例\bin\Debug
目录 0 2009-05-15 14:10 Wifi通讯示例\obj\Debug
目录 0 2009-05-15 14:10 Wifi通讯示例\Backup
目录 0 2009-05-15 14:10 Wifi通讯示例\bin
目录 0 2009-05-15 14:10 Wifi通讯示例\obj
目录 0 2007-10-14 18:41 Wifi通讯示例\Properties
目录 0 2009-05-15 14:10 Wifi通讯示例\_UpgradeReport_Files
目录 0 2009-05-15 14:17 Wifi通讯示例
文件 616448 2008-05-09 15:11 使用 .NET Compact fr
文件 44 2008-05-12 11:35 使用 .NET Compact fr
目录 0 2008-06-17 19:30 使用 .NET Compact fr
----------- --------- ---------- ----- ----
828930 28
............此处省略1个文件信息
- 上一篇:C# Mysql 图书管理系统
- 下一篇:ASP.NET学生成绩管理系统
相关资源
- C# TIP文件生成和拆解
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
评论
共有 条评论