SKTelecom_ThingPlug / GMMP

Dependents:   ThingPlug_WiFi_Example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GMMP_Heartbeat.h Source File

GMMP_Heartbeat.h

Go to the documentation of this file.
00001 /** GMMP Operation 중 Heartbeat 명령 힘수
00002 * @file GMMP_Heartbeat.h
00003 * @date 2013/11/21
00004 * @version 0.0.0.1
00005 * @ref GMMPHeader참조
00006 **/
00007 
00008 #ifndef GMMP_HEARBEAT_H_
00009 #define GMMP_HEARBEAT_H_
00010 
00011 #include "Network.h"
00012 #include "Struct_Heartbeat.h"
00013 
00014 
00015 /**
00016  *
00017  * @param pHB_Req @ref HB_Req 참조
00018   * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00019  */
00020 int GMMP_Heartbeat_Req(HB_Req*  pHB_Req);
00021 
00022 /**
00023  *
00024  * @param pHB_Rsp @ref HB_Rsp 참조
00025   * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00026  */
00027 int GMMP_Heartbeat_Rsp(HB_Rsp*  pHB_Rsp);
00028 
00029 #endif /* GMMP_HEARBEAT_H_ */