Package kr.ac.konkuk.ccslab.cm.entity
Class CMMqttWill
java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMMqttWill
The CMMqttWill class represents information about MQTT will message.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
boolean
void
setWillMessage
(String strMsg) void
setWillQoS
(byte qos) void
setWillRetain
(boolean bRetain) void
setWillTopic
(String strTopic) toString()
-
Constructor Details
-
CMMqttWill
public CMMqttWill() -
CMMqttWill
-
-
Method Details