Enum MqttPubAckReasonCode
public enum MqttPubAckReasonCode
Fields
ImplementationSpecificError = 131
NoMatchingSubscribers = 16
The 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 = 135
PacketIdentifierInUse = 145
PayloadFormatInvalid = 153
QuotaExceeded = 151
Success = 0
TopicNameInvalid = 144
UnspecifiedError = 128