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

MqttDecodeSubAck

public class MqttDecodeSubAck: NSObject 

Inheritance

NSObject

Properties

reasonCodes

public var reasonCodes: [CocoaMQTTSUBACKReasonCode] = []

msgid

public var msgid: UInt16 = 0

reasonString

public var reasonString: String?

userProperty

public var userProperty: [String: String]?

Methods

decodeSubAck(fixedHeader:pubAckData:)

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