public class Publish
extends java.lang.Object
| Constructor and Description |
|---|
Publish() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(byte[] cborEncodedBytes) |
byte[] |
encode() |
int |
getMsgID() |
byte[] |
getPayload() |
int |
getQos() |
java.lang.String |
getTopic() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTopic()
public byte[] getPayload()
public int getMsgID()
public int getQos()
public byte[] encode()
public boolean decode(byte[] cborEncodedBytes)