📄 crobot.h
字号:
// CRobot classes - Constants
// Error codes
#define CROBOT_ERR_SUCCESS 0
#define CROBOT_ERR_INVALID_URL 1
#define CROBOT_ERR_INVALID_PARAMETER 2
#define CROBOT_ERR_CONNECTION_FAILED 3
#define CROBOT_ERR_TIMED_OUT 4
#define CROBOT_ERR_NOT_FOUND 5
#define CROBOT_ERR_NOT_AUTHORIZED 6
#define CROBOT_ERR_DISK_FILE_ERROR 7
// Base for disk/file error codes
#define CROBOT_ERR_FILE 100
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -