Package | Description |
---|---|
com.ewon.ewonitf |
Modifier and Type | Method and Description |
---|---|
MqttMessage |
MqttClient.readMessage()
Read a message from the receive queue.
|
Modifier and Type | Method and Description |
---|---|
void |
MqttClient.publish(MqttMessage msg,
int QoS,
boolean retain)
Call this function to publish a message to the broker.
|