class

MqttCrystal::Packet::Suback

Inherits MqttCrystal::Packet / Reference / Object

Constructors

new(id : UInt16 = 0_u16, response : MqttCrystal::Packet::SubackResponse = SubackResponse::SuccessMaxQoS0, flags : Array(Bool) = [false, false, false, false], body_length : UInt64 = 0_u64)
Source

Instance methods

encode_body
Source
id=(id : UInt16)
Source
parse_body(buffer : Array(UInt8))
Source
response
Source