Skip to content
leeway edited this page Nov 19, 2021 · 1 revision

MqttDecodeUnsubAck

public class MqttDecodeUnsubAck: NSObject 

Inheritance

NSObject

Properties

reasonCodes

public var reasonCodes: [CocoaMQTTUNSUBACKReasonCode] = []

msgid

public var msgid: UInt16 = 0

reasonString

public var reasonString: String?

userProperty

public var userProperty: [String: String]?

Methods

decodeUnSubAck(fixedHeader:pubAckData:)

public func decodeUnSubAck(fixedHeader: UInt8, pubAckData: [UInt8])
Types
Protocols
Global Variables
Clone this wiki locally