Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
MQTTSNUnsubscribe.h
00001 /******************************************************************************* 00002 * Copyright (c) 2014 IBM Corp. 00003 * 00004 * All rights reserved. This program and the accompanying materials 00005 * are made available under the terms of the Eclipse Public License v1.0 00006 * and Eclipse Distribution License v1.0 which accompany this distribution. 00007 * 00008 * The Eclipse Public License is available at 00009 * http://www.eclipse.org/legal/epl-v10.html 00010 * and the Eclipse Distribution License is available at 00011 * http://www.eclipse.org/org/documents/edl-v10.php. 00012 * 00013 * Contributors: 00014 * Ian Craggs - initial API and implementation and/or initial documentation 00015 *******************************************************************************/ 00016 00017 #if !defined(MQTTSNUNSUBSCRIBE_H_) 00018 #define MQTTSNUNSUBSCRIBE_H_ 00019 00020 int MQTTSNSerialize_unsubscribe(unsigned char* buf, int buflen, 00021 unsigned short packetid, MQTTSN_topicid* topicFilter); 00022 int MQTTSNDeserialize_unsubscribe(unsigned short* packetid, MQTTSN_topicid* topicFilter, 00023 unsigned char* buf, int buflen); 00024 00025 int MQTTSNSerialize_unsuback(unsigned char* buf, int buflen, unsigned short packetid); 00026 int MQTTSNDeserialize_unsuback(unsigned short* packetid, unsigned char* buf, int buflen); 00027 00028 #endif /* MQTTSNUNSUBSCRIBE_H_ */
Generated on Thu Jul 14 2022 12:58:42 by
