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

GMMP_ProfileInfo.h File Reference

GMMP Operation 중 Profile Info 명령 함수 More...

Go to the source code of this file.

Functions

int GMMP_Profile_Req (Profile_Req *pProfile_Req)
int GMMP_Profile_Rsp (Profile_Rsp *pstProfile_Rsp)

Detailed Description

GMMP Operation 중 Profile Info 명령 함수

Date:
2013/11/21
Version:
0.0.0.1

Definition in file GMMP_ProfileInfo.h.


Function Documentation

int GMMP_Profile_Req ( Profile_Req pProfile_Req )
Parameters:
pProfile_ReqProfile_Req참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 10 of file GMMP_ProfileInfo.cpp.

int GMMP_Profile_Rsp ( Profile_Rsp pstProfile_Rsp )
Parameters:
pstProfile_RspProfile_Rsp참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 25 of file GMMP_ProfileInfo.cpp.