Enum RadioType
Specifies the type of radio that the wireless network uses.
Namespace: System.Net.NetworkInformation
Assembly: System.Net.dll
Syntax
public enum RadioType : byte
Fields
Name | Description |
---|---|
_802_11a | 802.11a-compatible radio. |
_802_11b | 802.11b-compatible radio. |
_802_11g | 802.11g-compatible radio. |
_802_11n | 802.11n-compatible radio. |
NotSpecified | Not specified. |