1 #ifndef SMQTTEVENT_FILE
2 #define SMQTTEVENT_FILE
9 NewClient_sMQTTEventType,
10 RemoveClient_sMQTTEventType,
11 Public_sMQTTEventType,
12 LostConnect_sMQTTEventType,
13 Subscribe_sMQTTEventType,
14 UnSubscribe_sMQTTEventType
19 sMQTTEvent(
unsigned char type) :_type(type) {};
21 unsigned char Type() {
44 std::string login, password;
63 void setPayload(
const std::string &payload);
66 std::string Payload();