TetheringOperationalState TetheringOperationalState TetheringOperationalState TetheringOperationalState Enum

Definition

Defines values used by the TetheringOperationalState property to indicate the operational state of a device's tethering capabilities.

public : enum class TetheringOperationalStatepublic enum TetheringOperationalStatePublic Enum TetheringOperationalState// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

InTransition InTransition InTransition InTransition

The tethering feature is currently in transition between the On and Off states.

Off Off Off Off

Tethering is off.

On On On On

Tethering is on.

Unknown Unknown Unknown Unknown

Current operational state is unknown.