class MQTTUtils::RouteInfo

Defined in:

mqtt_utils/route_info.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(direction : String, message_type : String, method : String, gateway_key : String = "", device_key : String = "", reference : String = "") #

[View source]

Class Method Detail

def self.parse(topic : String, no_split : Bool = false) #

[View source]

Instance Method Detail

def device_key : String #

[View source]
def device_key=(device_key : String) #

[View source]
def direction : String #

[View source]
def direction=(direction : String) #

[View source]
def gateway_key : String #

[View source]
def gateway_key=(gateway_key : String) #

[View source]
def message_type : String #

[View source]
def message_type=(message_type : String) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def reference : String #

[View source]
def reference=(reference : String) #

[View source]