MqttDecodePubRel - emqx/CocoaMQTT GitHub Wiki
MqttDecodePubRel
public class MqttDecodePubRel: NSObject
Inheritance
NSObject
Properties
reasonCode
public var reasonCode: CocoaMQTTPUBRELReasonCode?
msgid
public var msgid: UInt16 = 0
reasonString
public var reasonString: String?
userProperty
public var userProperty: [String: String]?
Methods
decodePubRel(fixedHeader:pubAckData:)
public func decodePubRel(fixedHeader: UInt8, pubAckData: [UInt8])