pulvreakt
Toggle table of contents
0.10.1-dev16+864eaad844
common
js
jvmNative
Platform filter
common
js
jvmNative
Switch theme
Search in API
pulvreakt
mqtt-protocol
/
it.unibo.pulvreakt.mqtt
/
MqttProtocol
/
MqttProtocol
Mqtt
Protocol
common
js
jvmNative
expect
constructor
(
host
:
String
=
"localhost"
,
port
:
Int
=
1883
,
username
:
String
?
=
null
,
password
:
String
?
=
null
,
coroutineDispatcher
:
CoroutineDispatcher
=
Dispatchers.Default
,
serverKeepAlive
:
Int
=
10
,
retain
:
Boolean
=
true
,
qos
:
Int
=
2
)
actual
constructor
(
host
:
String
,
port
:
Int
,
username
:
String
?
,
password
:
String
?
,
coroutineDispatcher
:
CoroutineDispatcher
,
serverKeepAlive
:
Int
,
retain
:
Boolean
,
qos
:
Int
)
actual
constructor
(
host
:
String
,
port
:
Int
,
username
:
String
?
,
password
:
String
?
,
coroutineDispatcher
:
CoroutineDispatcher
,
serverKeepAlive
:
Int
,
retain
:
Boolean
,
qos
:
Int
)