Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

GMMP_Notification.h File Reference

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_ReqNotifi_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_RspNotifi_Rsp참조
Returns:
성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조

Definition at line 25 of file GMMP_Notification.cpp.