Eric Jung / GMMP_mbed_Ethernet_Reinit

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Embed: (wiki syntax)

« Back to documentation index

Struct_Control_Opt.h File Reference

Struct_Control_Opt.h File Reference

GMMP 제어 명령 중 Message Body의 값이 필요한 경우 사용되는 구조체 More...

Go to the source code of this file.

Data Structures

struct  TimeStamp
 제어 명령 중 CONTROL_Time_Sync 일 경우 usMessageBody의 값
stControlReqHdr 참조 제어 메시지 수신 데이터에 포함되어 있다. More...
struct  SignalPowerCheck
 제어 명령 중 CONTROL_Signal_Power_Check 일 경우 usMessageBody의 값
stNotificationReqHdr 참조 제어 메시지 수행 후 제어 메시지 결과 전송 시 포함한다. More...
struct  Diagnostic
 제어 명령 중 CONTROL_Diagnostic 일 경우 usMessageBody의 값
stNotificationReqHdr 참조 제어 메시지 수행 후 제어 메시지 결과 전송 시 포함한다. More...
struct  StatusCheck
 제어 명령 중 CONTROL_Status_Check 일 경우 usMessageBody의 값
stNotificationReqHdr 참조 제어 메시지 수행 후 제어 메시지 결과 전송 시 포함한다. More...
struct  FW_APP_Download_Update_Remote
 제어 명령 중 CONTROL_FW_Download, CONTROL_FW_Update, CONTROL_App_Download, CONTROL_App_Update, CONTROL_Remote_Access 일 경우 usMessageBody의 값
stNotificationReqHdr 참조 제어 메시지 수행 후 제어 메시지 결과 전송 시 포함한다. More...
struct  APP_Update
 제어 명령 중 CONTROL_App_Update 일 경우 usMessageBody의 값
stControlReqHdr 참조 OMP에서 제어 명령 메시지를 전송하여 GMMP Lib에서 해당 메시지를 수신한다. More...

Detailed Description

GMMP 제어 명령 중 Message Body의 값이 필요한 경우 사용되는 구조체

Date:
2013/11/21
Version:
0.0.0.1 GMMPHeader참조

Definition in file Struct_Control_Opt.h.