mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-18 09:56:50 +01:00
Update: Add Aggregate Gateway functions. #127
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -32,6 +32,11 @@ public:
|
||||
void handlePuback(Client* client, MQTTGWPacket* packet);
|
||||
void handleAck(Client* client, MQTTGWPacket* packet, int type);
|
||||
|
||||
void handleAggregatePublish(Client* client, MQTTGWPacket* packet);
|
||||
void handleAggregatePuback(Client* client, MQTTGWPacket* packet);
|
||||
void handleAggregateAck(Client* client, MQTTGWPacket* packet, int type);
|
||||
void handleAggregatePubrel(Client* client, MQTTGWPacket* packet);
|
||||
|
||||
private:
|
||||
void replyACK(Client* client, Publish* pub, int type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user