TransportState Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État du transport MQTT
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[System.Flags]
public enum TransportState
[<System.Flags>]
type TransportState =
Public Enum TransportState
- Héritage
-
TransportState
- Attributs
Champs
Closed | 32 | Le transport est fermé |
Error | 64 | Le transport est dans un état d’erreur |
NotInitialized | 1 | Le transport n’est pas initialisé |
Open | 4 | Le transport s’est ouvert |
Opening | 2 | Le transport s’ouvre |
Receiving | 20 | Le transport reçoit |
Subscribing | 12 | Le transport s’abonne |
S’applique à
Azure SDK for .NET