--- libaitmqtt/inc/mqttapi.h 2012/05/09 13:48:31 1.1.2.10 +++ libaitmqtt/inc/mqttapi.h 2012/06/19 15:55:00 1.1.2.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mqttapi.h,v 1.1.2.10 2012/05/09 13:48:31 misho Exp $ +* $Id: mqttapi.h,v 1.1.2.11 2012/06/19 15:55:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -168,7 +168,7 @@ int mqtt_cli_Unsubscribe(mqtt_cli_t * __restrict cli, * @csTopic = Topic * @pData = Data * @datLen = Data length - * return: -1 error or 0 ok + * return: -1 error or > -1 sended bytes */ int mqtt_cli_Publish(mqtt_cli_t * __restrict cli, unsigned short msgID, unsigned char Dup, unsigned char QoS, unsigned char Retain,