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