-
public class MqttSuback extends MqttAck
An on-the-wire representation of an MQTT SUBACK.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<int>grantedQos
-
Constructor Summary
Constructors Constructor Description MqttSuback(byte info, Array<byte> data)
-
Method Summary
Modifier and Type Method Description Array<int>getGrantedQos()StringtoString()-
Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
createWireMessage, createWireMessage, getHeader, getKey, getMessageId, getPayload, getToken, getType, isMessageIdRequired, isRetryable, packetName, setDuplicate, setMessageId, setToken -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MqttSuback
MqttSuback(byte info, Array<byte> data)
-
-
Method Detail
-
getGrantedQos
Array<int> getGrantedQos()
-
-
-
-