Modified for W5500 Ethernet initialize
Fork of GMMP_mbed by
Operation/ProfileInfo/GMMP_ProfileInfo.h@3:6b4536e1962f, 2015-08-12 (annotated)
- Committer:
- hkjung
- Date:
- Wed Aug 12 02:13:34 2015 +0000
- Revision:
- 3:6b4536e1962f
- Parent:
- 0:7e575e5f88ec
Modified for W5500 Ethernet initialize
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lesmin | 0:7e575e5f88ec | 1 | /** GMMP Operation 중 Profile Info 명령 함수 |
lesmin | 0:7e575e5f88ec | 2 | * @date 2013/11/21 |
lesmin | 0:7e575e5f88ec | 3 | * @version 0.0.0.1 |
lesmin | 0:7e575e5f88ec | 4 | * @file GMMP_ProfileInfo.h |
lesmin | 0:7e575e5f88ec | 5 | **/ |
lesmin | 0:7e575e5f88ec | 6 | |
lesmin | 0:7e575e5f88ec | 7 | #ifndef GMMP_PROFILEINFO_H_ |
lesmin | 0:7e575e5f88ec | 8 | #define GMMP_PROFILEINFO_H_ |
lesmin | 0:7e575e5f88ec | 9 | |
lesmin | 0:7e575e5f88ec | 10 | #include "Network.h" |
lesmin | 0:7e575e5f88ec | 11 | #include "Struct_ProfileInfo.h" |
lesmin | 0:7e575e5f88ec | 12 | |
lesmin | 0:7e575e5f88ec | 13 | /** |
lesmin | 0:7e575e5f88ec | 14 | * |
lesmin | 0:7e575e5f88ec | 15 | * @param pProfile_Req @ref Profile_Req참조 |
lesmin | 0:7e575e5f88ec | 16 | * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조 |
lesmin | 0:7e575e5f88ec | 17 | */ |
lesmin | 0:7e575e5f88ec | 18 | int GMMP_Profile_Req(Profile_Req* pProfile_Req); |
lesmin | 0:7e575e5f88ec | 19 | |
lesmin | 0:7e575e5f88ec | 20 | /** |
lesmin | 0:7e575e5f88ec | 21 | * |
lesmin | 0:7e575e5f88ec | 22 | * @param pstProfile_Rsp @ref Profile_Rsp참조 |
lesmin | 0:7e575e5f88ec | 23 | * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조 |
lesmin | 0:7e575e5f88ec | 24 | */ |
lesmin | 0:7e575e5f88ec | 25 | int GMMP_Profile_Rsp(Profile_Rsp* pstProfile_Rsp); |
lesmin | 0:7e575e5f88ec | 26 | |
lesmin | 0:7e575e5f88ec | 27 | #endif /* GMMP_PROFILEINFO_H_ */ |