public class Subscribe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
msgID
MQTT message ID.
|
java.util.List<java.lang.Integer> |
qoSs
Arrary of QOS for each subscribe topic.
|
java.util.List<java.lang.String> |
topics
Arrary of topics to subscribe to.
|
int |
type
MQTT message type.
|
| Constructor and Description |
|---|
Subscribe() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(byte[] cborEncodedBytes) |
byte[] |
encode() |
java.lang.String |
toString() |