Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

GMMP_Heartbeat.h File Reference

GMMP_Heartbeat.h File Reference

GMMP Operation 중 Heartbeat 명령 힘수 More...

Go to the source code of this file.

Functions

int GMMP_Heartbeat_Req (HB_Req *pHB_Req)
int GMMP_Heartbeat_Rsp (HB_Rsp *pHB_Rsp)

Detailed Description

GMMP Operation 중 Heartbeat 명령 힘수

Date:
2013/11/21
Version:
0.0.0.1 GMMPHeader참조

Definition in file GMMP_Heartbeat.h.


Function Documentation

int GMMP_Heartbeat_Req ( HB_Req pHB_Req )
Parameters:
pHB_ReqHB_Req 참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 10 of file GMMP_Heartbeat.cpp.

int GMMP_Heartbeat_Rsp ( HB_Rsp pHB_Rsp )
Parameters:
pHB_RspHB_Rsp 참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 25 of file GMMP_Heartbeat.cpp.