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

📄 spi.h

📁 用于嵌入式系统的TCP/IP协议栈及若干服务
💻 H
字号:
/*************************************************************************            Copyright (c) 1993-2001 by NETsilicon Inc.**  This software is copyrighted by and is the sole property of*  NETsilicon.  All rights, title, ownership, or other interests*  in the software remain the property of NETsilicon.  This*  software may only be used in accordance with the corresponding*  license agreement.  Any unauthorized use, duplication, transmission,*  distribution, or disclosure of this software is expressly forbidden.**  This Copyright notice may not be removed or modified without prior*  written consent of NETsilicon.**  NETsilicon, reserves the right to modify this software*  without notice.**  NETsilicon*  411 Waverley Oaks Road                  USA 781.647.1234*  Suite 227                               http://www.netsilicon.com*  Waltham, MA 02452                       AmericaSales@netsilicon.com***************************************************************************  $Name: Fusion 6.52 Fusion 6.51 $*  $Date: 2001/09/20 10:38:57 $*  $Source: M:/psisrc/ftp/incl/rcs/spi.h $*  $Revision: 1.5 $***************************************************************************  File Name : spi.h**  Description:*     Declarations for the Server Protocol Interpreter**     Declarations for the Server Protocol Interpreter (called the*     server-PI in the RFC).  **     spi.h is used by all of the server-PI routines, except for spi.c*************************************************************************/#ifndef _SPI_#define _SPI_/* include definitions common to spi.h and spidef.h  */#include "spicom.h"#include "fnssock.h"int recv_catch       (sel  *selp,        int  cnt,        u32  remaining,        void *uarg);extern const int     cmdcount;extern const cmd_t   cmdtab[];extern const u8      map[];extern const cmd_t   * mphtab[];extern const char r_125[],                  r_150[],                  r_200[],                  r_202[],                  r_220[],                  r_221[],                  r_225[],                  r_226[],                  r_230[],                  r_230a[],                  r_250[],                  r_250a[],                  r_331[],                  r_331a[],                  r_332[],                  r_350[],                  r_421[],                  r_425[],                  r_425a[],                  r_426[],                  r_450[],                  r_451[],                  r_451a[],                  r_452[],                  r_500[],                  r_501[],                  r_502[],                  r_503[],                  r_504[],                  r_530[],                  r_532[],                  r_550[],                  r_550a[],                  r_550b[],                  r_551[],                  r_552[],                  r_553[];#endif /* _SPI_ */

⌨️ 快捷键说明

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