mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Subscribe tests
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
|
||||
int MQTTSNSerialize_subscribe(unsigned char* buf, int buflen, int dup, int qos, unsigned short packetid,
|
||||
MQTTSN_topicid* topicFilter);
|
||||
int MQTTSNDeserialize_subscribe(int* dup, int* qos, unsigned short* packetid,
|
||||
MQTTSN_topicid* topicFilter, unsigned char* buf, int buflen);
|
||||
|
||||
int MQTTSNSerialize_suback(unsigned char* buf, int buflen, int qos, unsigned short topicid, unsigned short packetid,
|
||||
unsigned char returncode);
|
||||
int MQTTSNDeserialize_suback(int* qos, unsigned short* topicid, unsigned short* packetid,
|
||||
unsigned char* returncode, unsigned char* buf, int buflen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user