networkTypeType 简单类型
networkTypeType 简单类型定义无线网络类型。 有两种类型的网络: (ESS) 基础结构网络和临时网络 (IBSS) 。
<xs:simpleType name="networkTypeType">
<xs:restriction
base="string"
>
<xs:enumeration
value="IBSS"
/>
<xs:enumeration
value="ESS"
/>
</xs:restriction>
</xs:simpleType>
枚举值
networkTypeType 简单类型定义以下值。
值 | 说明 |
---|---|
IBSS | |
Ess |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |