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_WiFi_Example
Define_Operation.h
00001 /** GMMP Operation 절차 리스트 정의 00002 * @file Define_Operation.h 00003 * @date 2013/11/21 00004 * @version 0.0.0.1 00005 * @ref GMMPHeader참조 00006 **/ 00007 00008 #ifndef DEFINE_OPERATION_H_ 00009 #define DEFINE_OPERATION_H_ 00010 00011 00012 #include "Define_Delivery.h" 00013 #include "Define_Control.h" 00014 00015 #define OPERATION_GW_REG_REQ 0x01 ///<OMP에 GW 등록 Request 00016 #define OPERATION_GW_REG_RSP 0x02 ///<OMP에 GW 등록 Response 00017 00018 #define OPERATION_GW_DEREG_REQ 0x03 ///<OMP에 GW 등록 Request 00019 #define OPERATION_GW_DEREG_RSP 0x04 ///<OMP에 GW 등록 Response 00020 00021 #define OPERATION_PROFILE_REQ 0x05 ///<OMP에 GW 등록 Request 00022 #define OPERATION_PROFILE_RSP 0x06 ///<OMP에 GW 등록 Response 00023 00024 #define OPERATION_DEVICE_REG_REQ 0x07 ///<OMP에 GW 등록 Request 00025 #define OPERATION_DEVICE_REG_RSP 0x08 ///<OMP에 GW 등록 Response 00026 00027 #define OPERATION_DEVICE_DEREG_REQ 0x09 ///<OMP에 GW 등록 Request 00028 #define OPERATION_DEVICE_DEREG_RSP 0x0a ///<OMP에 GW 등록 Response 00029 00030 #define OPERATION_DELIVERY_REQ 0x0b ///<OMP에 GW 등록 Request 00031 #define OPERATION_DELIVERY_RSP 0x0c ///<OMP에 GW 등록 Response 00032 00033 #define OPERATION_CONTROL_REQ 0x0d ///<OMP에 GW 등록 Request 00034 #define OPERATION_CONTROL_RSP 0x0e ///<OMP에 GW 등록 Response 00035 00036 #define OPERATION_HEARTBEAT_REQ 0x0f ///<OMP에 GW 등록 Request 00037 #define OPERATION_HEARTBEAT_RSP 0x10 ///<OMP에 GW 등록 Response 00038 00039 #define OPERATION_LSENTENCE_REQ 0x11 ///<OMP에 GW 등록 Request 00040 #define OPERATION_LSENTENCE_RSP 0x12 ///<OMP에 GW 등록 Response 00041 00042 #define OPERATION_FTP_INFO_REQ 0x13 ///<OMP에 GW 등록 Request 00043 #define OPERATION_FTP_INFO_RSP 0x14 ///<OMP에 GW 등록 Response 00044 00045 #define OPERATION_REMOTE_INFO_REQ 0x15 ///<OMP에 GW 등록 Request 00046 #define OPERATION_REMOTE_INFO_RSP 0x16 ///<OMP에 GW 등록 Response 00047 00048 #define OPERATION_NOTIFICATION_REQ 0x17 ///<OMP에 GW 등록 Request 00049 #define OPERATION_NOTIFICATION_RSP 0x18 ///<OMP에 GW 등록 Response 00050 00051 #define OPERATION_ENCRYPTION_INFO_REQ 0x19 ///<OMP에 GW 등록 Request 00052 #define OPERATION_ENCRYPTION_INFO_RSP 0x1a ///<OMP에 GW 등록 Response 00053 00054 #define OPERATION_ENCRYPTION_KEY_REQ 0x1b ///<OMP에 GW 등록 Request 00055 #define OPERATION_ENCRYPTION_KEY_RSP 0x1c ///<OMP에 GW 등록 Response 00056 00057 #define OPERATION_MULTIMEDIA_URL_INFO_REQ 0x1d ///<OMP에 GW 등록 Request 00058 #define OPERATION_MULTIMEDIA_URL_INFO_RSP 0x1e ///<OMP에 GW 등록 Response 00059 00060 #define OPERATION_LOB_CLOUD_INFO_REQ 0x1f ///<OMP에 GW 등록 Request 00061 #define OPERATION_LOB_CLOUD_INFO_RSP 0x20 ///<OMP에 GW 등록 Response 00062 00063 #define OPERATION_LOB_FTP_INFO_REQ 0x21 ///<OMP에 GW 등록 Request 00064 #define OPERATION_LOB_FTP_INFO_RSP 0x22 ///<OMP에 GW 등록 Response 00065 00066 #define OPERATION_LOB_UPLOAD_NOTIFICATION_REQ 0x23 ///<OMP에 GW 등록 Request 00067 #define OPERATION_LOB_UPLOAD_NOTIFICATION_RSP 0x24 ///<OMP에 GW 등록 Response 00068 00069 00070 #endif /* DEFINE_OPERATION_H_ */
Generated on Tue Jul 12 2022 14:17:03 by
1.7.2