You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef CONTROL_PACKET_HEAD_FILE
- #define CONTROL_PACKET_HEAD_FILE
-
- //////////////////////////////////////////////////////////////////////////////////
-
- //事件结果
- #define ER_FAILURE 0 //失败标志
- #define ER_SUCCESS 1 //成功标志
-
- //////////////////////////////////////////////////////////////////////////////////
- //界面数据包
-
- //////////////////////////////////////////////////////////////////////////////////
- //控制数据包
-
- //////////////////////////////////////////////////////////////////////////////////
-
- //控制结果
- struct CP_ControlResult
- {
- BYTE cbSuccess; //成功标志
- };
-
- //////////////////////////////////////////////////////////////////////////////////
-
- #endif
|