Enum MqttPubAckReasonCode
public enum MqttPubAckReasonCode
Fields
ImplementationSpecificError = 131NoMatchingSubscribers = 16The message is accepted but there are no subscribers. This is sent only by the Server. If the Server knows that there are no matching subscribers, it MAY use this Reason Code instead of 0x00 (Success).
NotAuthorized = 135PacketIdentifierInUse = 145PayloadFormatInvalid = 153QuotaExceeded = 151Success = 0TopicNameInvalid = 144UnspecifiedError = 128