Share via


TransportState Enum

Definition

The state of the MQTT transport

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum TransportState
[<System.Flags>]
type TransportState = 
Public Enum TransportState
Inheritance
TransportState
Attributes

Fields

Closed 32

Transport is closed

Error 64

Transport is in an error state

NotInitialized 1

Transport is not initialized

Open 4

Transport has opened

Opening 2

Transport is opening

Receiving 20

Transport is receiving

Subscribing 12

Transport is subscribing

Applies to