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