mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 17:06:51 +01:00
Typo fixed #212
Add Gateway terminate status Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -199,6 +199,7 @@ public:
|
||||
|
||||
bool hasSecureConnection(void);
|
||||
Topics* getTopics(void);
|
||||
bool IsStopping(void);
|
||||
|
||||
private:
|
||||
GatewayParams _params;
|
||||
@@ -210,6 +211,7 @@ private:
|
||||
SensorNetwork _sensorNetwork;
|
||||
AdapterManager* _adapterManager {nullptr};
|
||||
Topics* _topics;
|
||||
bool _stopFlg;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user