Table of Contents

Enum MqttClientSubscribeResultCode

Namespace
MQTTnet.Client
Assembly
MQTTnet.dll
public enum MqttClientSubscribeResultCode

Fields

GrantedQoS0 = 0
GrantedQoS1 = 1
GrantedQoS2 = 2
ImplementationSpecificError = 131
NotAuthorized = 135
PacketIdentifierInUse = 145
QuotaExceeded = 151
SharedSubscriptionsNotSupported = 158
SubscriptionIdentifiersNotSupported = 161
TopicFilterInvalid = 143
UnspecifiedError = 128
WildcardSubscriptionsNotSupported = 162