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_mbed by
GMMP_Notification.h
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_ */
Generated on Wed Jul 13 2022 05:33:29 by
1.7.2
