📄 commandid.~h
字号:
//---------------------------------------------------------------------------
#ifndef COMMANDID_H
#define COMMANDID_H
#define BEAT_CMMD_ID 0
#define REGISTER_REQ_CMMD_ID 1
#define SERVER_CLOSE_CMMD_ID 2
#define SET_COM_ATTR_CMMD_ID 3
#define GET_COM_ATTR_CMMD_ID 4
#define SET_NET_ATTR_CMMD_ID 5
#define GET_NET_ATTR_CMMD_ID 6
#define SET_IO_CMMD_ID 7
#define GET_IO_CMMD_ID 8
#define READ_COM_DATA_CMMD_ID 9
#define SEND_COM_DATA_CMMD_ID 10
#define SET_DATE_TIME_CMMD_ID 11
#define SET_BACKLIGHT_CMMD_ID 12
#define SERVER_DATA_RECV_PORT 10001
#define CLIENT_DATA_RECV_PORT 8001
#define SERVER_BEAT_SEND_PORT 6000
#define CLIENT_SIGNAL_SET_PORT 8003
#define CLIENT_COM_SET_DATA 8004
#define CLIENT_BACKLIGHT_SET_DATA 8005
#define CLIENT_NET_SET_DATA 8006
#define BEAT_SEND_PORT 10000
#define CLIENT_RECV_BEAT_PORT 10000
#define CLIENT_RECV_SERIAL_PORT 10000
#define CLIENT_RECV_SIGNAL_PORT 10000
#define CLIENT_RECV_NET_SET_PORT 10000
#define CLIENT_RECV_TIME_SET_PORT 10000
#endif
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -