MqttCrystal::Client
Inherits Reference / Object
Constants
DEFAULT_SOCKET_ARGS = {
family: Socket::Family::INET,
type: Socket::Type::STREAM,
protocol: Socket::Protocol::TCP,
blocking: false,
}
Constructors
Instance methods
close
Sourceconnect
Sourceconnect
Sourceconnected?
Sourcehost
Sourceid
Sourcepassword
Sourceport
Sourceport=(port : UInt16)
Sourcereceive
Sourcesubscribed?(topic)
Sourceusername
Source