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_Control.h File Reference

GMMP_Control.h File Reference

GMMP Operation 중 제어 명령 함수 More...

Go to the source code of this file.

Functions

int GMMP_Control_Req (Control_Req *pControl_Req)
 제어 명령 수신 구조체
int GMMP_Control_Rsp (Control_Rsp *pControl_Req)
 제어 명령 확인 전송 구조체

Detailed Description

GMMP Operation 중 제어 명령 함수

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

Definition in file GMMP_Control.h.


Function Documentation

int GMMP_Control_Req ( Control_Req pControl_Req )

제어 명령 수신 구조체

Parameters:
pControl_ReqControl_Req참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 3 of file GMMP_Control.cpp.

int GMMP_Control_Rsp ( Control_Rsp pControl_Req )

제어 명령 확인 전송 구조체

Parameters:
pControl_ReqControl_Rsp참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 30 of file GMMP_Control.cpp.