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)
SourceInstance methods
encode_body
Sourceid
Sourceid=(id : UInt16)
Sourceparse_body(buffer : Array(UInt8))
Sourceresponse
Sourceresponse=(response : MqttCrystal::Packet::SubackResponse)
Source