Skip to content

CocoaMQTTUNSUBACKReasonCode

leeway edited this page Nov 19, 2021 · 1 revision

CocoaMQTTUNSUBACKReasonCode

@objc public enum CocoaMQTTUNSUBACKReasonCode: UInt8 

Inheritance

UInt8

Enumeration Cases

grantedQoS0

case grantedQoS0 = 0x00

noSubscriptionExisted

case noSubscriptionExisted = 0x11

unspecifiedError

case unspecifiedError = 0x80

implementationSpecificError

case implementationSpecificError = 0x83

notAuthorized

case notAuthorized = 0x87

topicFilterInvalid

case topicFilterInvalid = 0x8F

packetIdentifierInUse

case packetIdentifierInUse = 0x91
Types
Protocols
Global Variables
Clone this wiki locally