Enum MqttClientSubscribeReasonCode
- Namespace
- Azure.Iot.Operations.Protocol.Models
- Assembly
- Azure.Iot.Operations.Protocol.dll
public enum MqttClientSubscribeReasonCode
Fields
GrantedQoS0 = 0
GrantedQoS1 = 1
GrantedQoS2 = 2
ImplementationSpecificError = 131
NotAuthorized = 135
PacketIdentifierInUse = 145
QuotaExceeded = 151
SubscriptionIdentifiersNotSupported = 161
TopicFilterInvalid = 143
UnspecifiedError = 128
WildcardSubscriptionsNotSupported = 162