ibmsgateway.h
来自「一个uclinux下进行网络数据处理,及串口读取,CGI配置」· C头文件 代码 · 共 25 行
H
25 行
#include "stdlib.h"#include "sys/types.h"#include "sys/socket.h"#include "netinet/in.h"#include "sys/time.h"#include "unistd.h"#include "fcntl.h"#include "strop.h"#include "com.h"#include <time.h>//#include "pthread.h"#define REQUEST_TOKEN "1"#define REQUEST_SEND_DEVICE_MESSAGE_REMOTE_PORT "2"#define REQUEST_LOCAL_SERVER_PORT "3"#define PROGRAM_CLOSE "4"#define QUERY_RUN_STATE "5"#define DEVICE_CONTROL_MESSAGE "6"#define TokenSeparator "$"#define MessageSeparator "#"#define DeviceSeparator "@"#define DataSeparator "^"#define CommonPort 6000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?