SKTelecom_ThingPlug / GMMP

Dependents:   ThingPlug_WiFi_Example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GMMP_Delivery.h Source File

GMMP_Delivery.h

Go to the documentation of this file.
00001   /** GMMP Operation 중 주기보고 명령 함수
00002  * @file GMMP_Delivery.h
00003  * @date 2013/11/21
00004  * @version 0.0.0.1
00005  * @ref GMMPHeader참조
00006  **/
00007 #ifndef GMMP_DELIVERY_H_
00008 #define GMMP_DELIVERY_H_
00009 
00010 #include "Network.h"
00011 #include "Struct_Delivery.h"
00012 
00013 
00014 /**
00015  * @param pControl_Req @ref Delivery_Req참조
00016  *  @param nPacketSize 패킷 크기
00017  * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00018  */
00019 int GMMP_Delivery_Req(Delivery_Req*  pControl_Req, int nPacketSize);
00020 
00021 /**
00022  * @param pControl_Rsp @ref Delivery_Rsp참조
00023  * @return 성공 : GMMMP_SUCCESS, 실패 : @ref ErrorCode.h 참조
00024  */
00025 int GMMP_Delivery_Rsp(Delivery_Rsp*  pControl_Rsp);
00026 
00027 #endif /* GMMP_DELIVERY_H_ */