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