class Mappings::MqttOptions

Overview

A class representing the configuration of the MQTT client.

Defined in:

bindings/mappings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(broker_address : String? = nil, username : String? = nil, password : String? = nil, tls_hostname : String? = nil, tls_ca_file : Array(String)? = nil, tls_ca_path : Array(String)? = nil, tls_client_key : String? = nil, tls_client_cert : String? = nil, tls_disable_root_store : UInt8 = 0) #

[View source]

Instance Method Detail

def to_unsafe #

[View source]