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.
Dependents: ThingPlug_Ethernet_Example
Fork of GMMP_mbed by
GMMP_ProfileInfo.h
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_ */
Generated on Tue Jul 12 2022 21:35:52 by
