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.
Dependents: ThingPlug_WiFi_Example
GMMP_Heartbeat.h
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_ */
Generated on Tue Jul 12 2022 14:17:03 by
1.7.2