Enum MqttClientConnectResultCode
public enum MqttClientConnectResultCode
Fields
BadAuthenticationMethod = 140
BadUserNameOrPassword = 134
Banned = 138
ClientIdentifierNotValid = 133
ConnectionRateExceeded = 159
ImplementationSpecificError = 131
MalformedPacket = 129
NotAuthorized = 135
PacketTooLarge = 149
PayloadFormatInvalid = 153
ProtocolError = 130
QoSNotSupported = 155
QuotaExceeded = 151
RetainNotSupported = 154
ServerBusy = 137
ServerMoved = 157
Success = 0
TopicNameInvalid = 144
UnspecifiedError = 128
UnsupportedProtocolVersion = 132
UseAnotherServer = 156