Modified for W5500 Ethernet initialize Added the Ethernet interface re-initialize code Added the connection retry

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Operation/ProfileInfo/GMMP_ProfileInfo.h

Committer:
hkjung
Date:
2015-08-12
Revision:
5:9bbb6933559b
Parent:
0:7e575e5f88ec

File content as of revision 5:9bbb6933559b:

 /** 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_ */