public class Connect
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
brokerEndpoint
MQTT broker endpoint.
|
boolean |
cleanSession
MQTT clean session.
|
java.lang.String |
clientID
MQTT client id.
|
int |
type
MQTT message type.
|
| Constructor and Description |
|---|
Connect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(byte[] cborEncodedBytes) |
byte[] |
encode() |
java.lang.String |
toString() |