Partager via


TransportState Énumération

Définition

É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 à