⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 udpexample.h

📁 vxworks 下的网络程序源码 包括
💻 H
字号:
/* udpExample.h - header file for UDP example */  /* Copyright 1984-1997 Wind River Systems, Inc. */  /* modification history -------------------- 01b,06nov97,mm   added copyright. 01a,10Feb94,ms   cleaned up for VxDemo. */  /* Defines common information for both server and client.*/  #define SERVER_PORT_NUM (5001) #define MSG_SIZE (1024)  /* Structure used for request/message from client */  struct request     {     int reply; /* TRUE if client wants a reply */     char message[MSG_SIZE];	/* Message buffer */     }; 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -