TwclMobileHotspotBand Enumeration

Defines constants that specify a wireless frequency band for a WiFi adapter used as Mobile Hotspot.

Namespace: wclWiFi
type
 TwclMobileHotspotBand = (
 mhbAuto,
 mhbTwoPointFourGigahertz,
 mhbFiveGigahertz
 );

The TwclMobileHotspotBand type exposes the following members.

Show:
 NameDescription
mhbAuto

Specifies that the WiFi adapter is free to choose any band per internal logic.

mhbFiveGigahertz

Specifies that the WiFi adapter uses only the 5 GHz band.

mhbTwoPointFourGigahertz

Specifies that the WiFi adapter uses only the 2.4 GHz band.

Top