Enum RadioType
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Specifies the type of radio that the wireless network uses.
public enum RadioType : byte
Fields
NotSpecified = 0Not specified.
_802_11a = 1802.11a-compatible radio.
_802_11b = 2802.11b-compatible radio.
_802_11g = 4802.11g-compatible radio.
_802_11n = 8802.11n-compatible radio.