MQTT::Client::ReceivedMessage
Inherits Struct / Value / Object
Constructors
new(connection : Connection, packet_id : UInt16, topic : String, body : Bytes, qos : UInt8, retain : Bool, dup : Bool)
SourceInstance methods
ack
Sourcebody
Sourcedup
Returns a shallow copy of this object.
Because Value is a value type, this method returns self,
which already involves a shallow copy of this object because
value types are passed by value.
qos
Sourceretain
Sourcetopic
Source