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

📄 nu_net.h

📁 基于nucleus操作系统的GPRS无线数据传输终端全套源文件。包括支持ARM7的BSP,操作系统
💻 H
字号:
/************************************************************************
*                                                                       
*        Copyright (c) 1993 - 2001 Accelerated Technology, Inc.           
*                                                                       
* PROPRIETARY RIGHTS of Accelerated Technology are involved in the      
* subject matter of this material.  All manufacturing, reproduction,    
* use, and sales rights pertaining to this subject matter are governed  
* by the license agreement.  The recipient of this software implicitly  
* accepts the terms of the license.                                     
*                                                                       
*************************************************************************

*************************************************************************
*                                                                       
*   FILE NAME                                    VERSION               
*                                                                     
*       nu_net.h                                   4.4               
*                                                                     
*   COMPONENT                                                   
*                                                                       
*       Net - Application include file.
*                                                                       
*   DESCRIPTION                                                           
*                                                                       
*       This file includes all required header files to allow 
*       access to the Nucleus NET API. This includes the sockets,
*       TFTP Client, RIP2 API, and all related data structures.
*                                                                       
*   DATA STRUCTURES
*
*       None
*
*   FILE DEPENDENCIES
*
*       None
*                                                                       
*************************************************************************/

#ifndef NU_NET_H
#define NU_NET_H

#include "net/target.h"
#include "net/inc/ncl.h"
#include "net/inc/externs.h"
#include "net/inc/socketd.h"   
#include "net/inc/tcpdefs.h"
#include "net/inc/tftpdefc.h"
#include "net/inc/tftpextc.h"
#include "net/inc/rip2.h"
#include "net/inc/dhcp.h"
#include "net/inc/bootp.h"
#include "net/inc/dns.h"
#include "net/inc/ip.h"
#include "fal/inc/fal.h"

#endif /* NU_NET_H */

⌨️ 快捷键说明

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