Wireless80211.RadioType Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the type of radio that the wireless network uses.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RadioType
[FlagsAttribute]
public enum RadioType
[FlagsAttribute]
public enum class RadioType
[<FlagsAttribute>]
type RadioType
public enum RadioType
Members
| Member name | Description | |
|---|---|---|
| a | Selects an 802.11a-compatible radio. | |
| b | Selects an 802.11b-compatible radio. | |
| g | Selects an 802.11g-compatible radio. | |
| n | Selects an 802.11n-compatible radio. |