ThingPlug GMMP library for mbed

Dependents:   ThingPlug_WiFi_Example

Operation/ProfileInfo/GMMP_ProfileInfo.h

Committer:
lesmin
Date:
2015-08-13
Revision:
4:bb6c1ee1d5f0
Parent:
0:32c20cfb2b30

File content as of revision 4:bb6c1ee1d5f0:

 /** GMMP Operation 중 Profile Info 명령 함수
  * @date 2013/11/21
 * @version 0.0.0.1
 * @file GMMP_ProfileInfo.h
 **/

#ifndef GMMP_PROFILEINFO_H_
#define GMMP_PROFILEINFO_H_

#include "Network.h"
#include "Struct_ProfileInfo.h"

/**
 *
 * @param pProfile_Req @ref Profile_Req참조
 * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
 */
int GMMP_Profile_Req(Profile_Req*  pProfile_Req);

/**
 *
 * @param pstProfile_Rsp @ref Profile_Rsp참조
 * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
 */
int GMMP_Profile_Rsp(Profile_Rsp* pstProfile_Rsp);

#endif /* GMMP_PROFILEINFO_H_ */