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

MqttDecodePubRec

public class MqttDecodePubRec: NSObject 

Inheritance

NSObject

Properties

reasonCode

public var reasonCode: CocoaMQTTPUBACKReasonCode?

msgid

public var msgid: UInt16 = 0

reasonString

public var reasonString: String?

userProperty

public var userProperty: [String: String]?

Methods

decodePubRec(fixedHeader:pubAckData:)

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