Compartilhar via


TetheringOperationalState Enumeração

Definição

Define valores usados pela propriedade NetworkOperatorTetheringManager.TetheringOperationalState para indicar o estado operacional dos recursos de tethering de um dispositivo.

public enum class TetheringOperationalState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TetheringOperationalState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TetheringOperationalState
var value = Windows.Networking.NetworkOperators.TetheringOperationalState.unknown
Public Enum TetheringOperationalState
Herança
TetheringOperationalState
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)
Funcionalidades do aplicativo
cellularDeviceControl cellularDeviceIdentity

Campos

InTransition 3

O recurso de tethering está atualmente em transição entre os estados Ativado e Desativado .

Off 2

O tethering está desligado.

On 1

O tethering está ligado.

Unknown 0

O estado operacional atual é desconhecido.

Aplica-se a