/******************************************************************************* * File Name : EC20MQTT.h * Description : * Author : ¶Å¼ü *******************************************************************************/ #ifndef _EC20_MQTT_H_ #define _EC20_MQTT_H_ /******************************************************************************* * Include Files * *******************************************************************************/ #include "HIDO_TypeDef.h" #include "HIDO_ATLite.h" /******************************************************************************* * Macro * *******************************************************************************/ /******************************************************************************* * State * *******************************************************************************/ /******************************************************************************* * Type Definition * *******************************************************************************/ /******************************************************************************* * Global Function * *******************************************************************************/ HIDO_INT32 EC20MQTT_SendAck(HIDO_DataStruct *_pstData); HIDO_INT32 EC20MQTT_Poll(HIDO_ATLiteDeviceStruct *_pstATDevice); #endif /* _EC20_MQTT_H_ */