Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GMMP by
Diff: Operation/ProfileInfo/GMMP_ProfileInfo.h
- Revision:
- 0:32c20cfb2b30
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Operation/ProfileInfo/GMMP_ProfileInfo.h Thu Jul 23 00:55:15 2015 +0000 @@ -0,0 +1,27 @@ + /** 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_ */
