mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-14 07:56:52 +01:00
Update: DISCONNECT (Issue #31) and others
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -35,14 +35,9 @@ public:
|
||||
void run();
|
||||
private:
|
||||
void log(Client*, MQTTGWPacket*);
|
||||
|
||||
void disconnect(Client*);
|
||||
Gateway* _gateway;
|
||||
char* _host;
|
||||
char* _port;
|
||||
char* _portSecure;
|
||||
char* _rootCApath;
|
||||
char* _rootCAfile;
|
||||
char* _certDirectory;
|
||||
GatewayParams* _gwparams;
|
||||
LightIndicator* _light;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user