Skip to content

CocoaMQTTSUBACKReasonCode

leeway edited this page Nov 19, 2021 · 1 revision

CocoaMQTTSUBACKReasonCode

@objc public enum CocoaMQTTSUBACKReasonCode: UInt8 

Inheritance

UInt8

Enumeration Cases

grantedQoS0

case grantedQoS0 = 0x00

grantedQoS1

case grantedQoS1 = 0x01

grantedQoS2

case grantedQoS2 = 0x02

unspecifiedError

case unspecifiedError = 0x80

implementationSpecificError

case implementationSpecificError = 0x83

notAuthorized

case notAuthorized = 0x87

topicFilterInvalid

case topicFilterInvalid = 0x8F

packetIdentifierInUse

case packetIdentifierInUse = 0x91

quotaExceeded

case quotaExceeded = 0x97

sharedSubscriptionsNotSupported

case sharedSubscriptionsNotSupported = 0x9E

subscriptionIdentifiersNotSupported

case subscriptionIdentifiersNotSupported = 0xA1

wildcardSubscriptionsNotSupported

case wildcardSubscriptionsNotSupported = 0xA2
Types
Protocols
Global Variables
Clone this wiki locally