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.
Fork of GMMP by
GMMP_Delivery.h
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_ */
Generated on Wed Jul 13 2022 20:31:57 by
1.7.2
