Return to aitmqtt.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
MQTT Service
#ifndef __AITMQTT_H #define __AITMQTT_H // ------------------------------------------------------- // mqtt_GetErrno() Get error code of last operation inline int mqtt_GetErrno(); // mqtt_GetError() Get error text of last operation inline const char *mqtt_GetError(); // ------------------------------------------------------- #endif