Table of Contents

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 = 0

Not specified.

_802_11a = 1

802.11a-compatible radio.

_802_11b = 2

802.11b-compatible radio.

_802_11g = 4

802.11g-compatible radio.

_802_11n = 8

802.11n-compatible radio.