Enum MqttClientSubscribeResultCode
public enum MqttClientSubscribeResultCode
Fields
GrantedQoS0 = 0
GrantedQoS1 = 1
GrantedQoS2 = 2
ImplementationSpecificError = 131
NotAuthorized = 135
PacketIdentifierInUse = 145
QuotaExceeded = 151
SubscriptionIdentifiersNotSupported = 161
TopicFilterInvalid = 143
UnspecifiedError = 128
WildcardSubscriptionsNotSupported = 162