Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GMMP_Notification.h Source File

GMMP_Notification.h

Go to the documentation of this file.
00001  /** GMMP Operation 중 Notification 명령 함수
00002   * @date 2013/11/21
00003  * @version 0.0.0.1
00004  * @file GMMP_Notification.h
00005  **/
00006 
00007 #ifndef GMMP_NOTIFICATION_H_
00008 #define GMMP_NOTIFICATION_H_
00009 
00010 #include "Network.h"
00011 #include "Struct_Notification.h"
00012 
00013 /**
00014  *
00015  * @param pNotifi_Req @ref Notifi_Req참조
00016  * @param nPacketSize 실제 전송해야하는 패킷 크기
00017    * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00018  */
00019 int GMMP_Notifi_Req(Notifi_Req*  pNotifi_Req, int nPacketSize);
00020 
00021 /**
00022  *
00023  * @param pNotifi_Rsp @ref Notifi_Rsp참조
00024  * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00025  */
00026 int GMMP_Notifi_Rsp(Notifi_Rsp*  pNotifi_Rsp);
00027 
00028 #endif /* GMMP_NOTIFICATION_H_ */