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.
Dependents: ThingPlug_Ethernet_Example
Fork of GMMP_mbed by
GMMP_Notification.h File Reference
GMMP Operation 중 Notification 명령 함수 More...
Go to the source code of this file.
Functions | |
int | GMMP_Notifi_Req (Notifi_Req *pNotifi_Req, int nPacketSize) |
int | GMMP_Notifi_Rsp (Notifi_Rsp *pNotifi_Rsp) |
Detailed Description
GMMP Operation 중 Notification 명령 함수
- Date:
- 2013/11/21
- Version:
- 0.0.0.1
Definition in file GMMP_Notification.h.
Function Documentation
int GMMP_Notifi_Req | ( | Notifi_Req * | pNotifi_Req, |
int | nPacketSize | ||
) |
- Parameters:
-
pNotifi_Req Notifi_Req참조 nPacketSize 실제 전송해야하는 패킷 크기
- Returns:
- 성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조
Definition at line 10 of file GMMP_Notification.cpp.
int GMMP_Notifi_Rsp | ( | Notifi_Rsp * | pNotifi_Rsp ) |
- Parameters:
-
pNotifi_Rsp Notifi_Rsp참조
- Returns:
- 성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조
Definition at line 25 of file GMMP_Notification.cpp.
Generated on Tue Jul 12 2022 21:35:52 by
