intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
14
_software_lib/nanomq-0.22.10/include/nanomq/unsub_handler.h
Normal file
14
_software_lib/nanomq-0.22.10/include/nanomq/unsub_handler.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef MQTT_UNSUBSCRIBE_HANDLE_H
|
||||
#define MQTT_UNSUBSCRIBE_HANDLE_H
|
||||
|
||||
#include <nng/nng.h>
|
||||
|
||||
#include "broker.h"
|
||||
#include <nng/mqtt/packet.h>
|
||||
|
||||
int decode_unsub_msg(nano_work *);
|
||||
int encode_unsuback_msg(nng_msg *, nano_work *);
|
||||
int unsub_ctx_handle(nano_work *);
|
||||
void unsub_pkt_free(packet_unsubscribe *);
|
||||
|
||||
#endif // MQTT_UNSUBSCRIBE_HANDLE_H
|
Reference in New Issue
Block a user