Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GMMP_ProfileInfo.h Source File

GMMP_ProfileInfo.h

Go to the documentation of this file.
00001  /** GMMP Operation 중 Profile Info 명령 함수
00002   * @date 2013/11/21
00003  * @version 0.0.0.1
00004  * @file GMMP_ProfileInfo.h
00005  **/
00006 
00007 #ifndef GMMP_PROFILEINFO_H_
00008 #define GMMP_PROFILEINFO_H_
00009 
00010 #include "Network.h"
00011 #include "Struct_ProfileInfo.h"
00012 
00013 /**
00014  *
00015  * @param pProfile_Req @ref Profile_Req참조
00016  * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00017  */
00018 int GMMP_Profile_Req(Profile_Req*  pProfile_Req);
00019 
00020 /**
00021  *
00022  * @param pstProfile_Rsp @ref Profile_Rsp참조
00023  * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00024  */
00025 int GMMP_Profile_Rsp(Profile_Rsp* pstProfile_Rsp);
00026 
00027 #endif /* GMMP_PROFILEINFO_H_ */