mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
@@ -59,7 +59,7 @@ Client::Client(bool secure)
|
|||||||
_hasPredefTopic = false;
|
_hasPredefTopic = false;
|
||||||
_holdPingRequest = false;
|
_holdPingRequest = false;
|
||||||
_forwarder = nullptr;
|
_forwarder = nullptr;
|
||||||
_clientType = Ctype_Regular;
|
_clientType = Ctype_Normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
Client::~Client()
|
Client::~Client()
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ typedef enum
|
|||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
Ctype_Regular = 0,
|
Ctype_Normal = 0,
|
||||||
Ctype_Forwarded,
|
Ctype_Forwarded,
|
||||||
Ctype_QoS_1,
|
Ctype_QoS_1,
|
||||||
Ctype_Aggregated,
|
Ctype_Aggregated,
|
||||||
|
|||||||
Reference in New Issue
Block a user