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_Control.h File Reference
GMMP Operation 중 제어 명령 함수 More...
Go to the source code of this file.
Functions | |
int | GMMP_Control_Req (Control_Req *pControl_Req) |
제어 명령 수신 구조체 | |
int | GMMP_Control_Rsp (Control_Rsp *pControl_Req) |
제어 명령 확인 전송 구조체 |
Detailed Description
GMMP Operation 중 제어 명령 함수
- Date:
- 2013/11/21
- Version:
- 0.0.0.1 GMMPHeader참조
Definition in file GMMP_Control.h.
Function Documentation
int GMMP_Control_Req | ( | Control_Req * | pControl_Req ) |
제어 명령 수신 구조체
- Parameters:
-
pControl_Req Control_Req참조
- Returns:
- 성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조
Definition at line 3 of file GMMP_Control.cpp.
int GMMP_Control_Rsp | ( | Control_Rsp * | pControl_Req ) |
제어 명령 확인 전송 구조체
- Parameters:
-
pControl_Req Control_Rsp참조
- Returns:
- 성공 : GMMMP_SUCCESS, 실패 : ErrorCode.h 참조
Definition at line 30 of file GMMP_Control.cpp.
Generated on Tue Jul 12 2022 21:35:52 by
