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