TransportState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotInitialized | 1 | Transport is not initialized |
Opening | 2 | Transport is opening |
Open | 4 | Transport has opened |
Subscribing | 12 | Transport is subscribing |
Receiving | 20 | Transport is receiving |
Closed | 32 | Transport is closed |
Error | 64 | Transport is in an error state |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET