?? ext_h.h
字號(hào):
#if !defined EXT_H_H
#define EXT_H_H
extern unsigned char RcvCommBuf[ MAXCOMBUF ]; //接收串口緩沖區(qū)
extern int RcvCommHead;
extern int RcvCommTail;
extern CSerialThread * pserialthread;
#define TIMEOUT 100
#define CHECK_AT 0
#define WAIT_AT 1
#define CHECK_RSSI 2
#define WAIT_RSSI 3
#define CHECK_USTS 4
#define WAIT_USTS 5
#define CHECK_IMSI 6
#define WAIT_IMSI 7
#define CHECK_NAM 8
#define WAIT_NAM 9
#define CHECK_TIME 10
#define WAIT_TIME 11
#define CHECK_VER 12
#define WAIT_VER 13
#define CHECK_NET 14
#define WAIT_NET 15
#define CHECK_ROAM 16
#define WAIT_ROAM 17
#define CHECK_ID 18
#define WAIT_ID 19
#define CHECK_MI 20
#define WAIT_MI 21
#define CHECK_PING 22
#define WAIT_PING 23
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -