TwclMobileHotspotState Enumeration

Enumeration represents a Mobile Hotspot states.

Namespace: wclWiFi
type
 TwclMobileHotspotState = (
 mhsUnknown,
 mhsOn,
 mhsOff,
 mhsInTransition
 );

The TwclMobileHotspotState type exposes the following members.

Show:
 NameDescription
mhsInTransition

The Mobile Hotspot is currently in transition between the On and Off states.

mhsOff

Mobile Hotspot if turned off.

mhsOn

Mobile Hotspot is up and running.

mhsUnknown

Current state is unknown.

Top