struct MQTT::Protocol::Subscribe::TopicFilter

Defined in:

mqtt/protocol/packets/subscribe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(topic : String, qos : UInt8) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(topic _topic = @topic, qos _qos = @qos) #

[View source]
def qos : UInt8 #

def topic : String #