Table of Contents

Enum MqttClientDisconnectReason

Namespace
MQTTnet.Client
Assembly
MQTTnet.dll
public enum MqttClientDisconnectReason

Fields

AdministrativeAction = 152
BadAuthenticationMethod = 140
ConnectionRateExceeded = 159
DisconnectWithWillMessage = 4
ImplementationSpecificError = 131
KeepAliveTimeout = 141
MalformedPacket = 129
MaximumConnectTime = 160
MessageRateTooHigh = 150
NormalDisconnection = 0
NotAuthorized = 135
PacketTooLarge = 149
PayloadFormatInvalid = 153
ProtocolError = 130
QosNotSupported = 155
QuotaExceeded = 151
ReceiveMaximumExceeded = 147
RetainNotSupported = 154
ServerBusy = 137
ServerMoved = 157
ServerShuttingDown = 139
SessionTakenOver = 142
SharedSubscriptionsNotSupported = 158
SubscriptionIdentifiersNotSupported = 161
TopicAliasInvalid = 148
TopicFilterInvalid = 143
TopicNameInvalid = 144
UnspecifiedError = 128
UseAnotherServer = 156
WildcardSubscriptionsNotSupported = 162