MqttDecodeUnsubAck - emqx/CocoaMQTT GitHub Wiki

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])