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

📄 osapi-os-net.h

📁 osal for Vxworks,c code
💻 H
字号:
/*** File: osapi-os-net.h**** Author:  Alan Cudmore Code 582**** Purpose: Contains functions prototype definitions and variables declarations**          for the OS Abstraction Layer, Network Module**** $Revision: 1.4 $ **** $Date: 2005/06/07 16:49:31 $**** $Log: osapi-os-net.h,v $** Revision 1.4  2005/06/07 16:49:31  nyanchik** changed returns code for osapi.c to all int32 from uint32**** Revision 1.3  2005/03/22 19:04:54  acudmore** fixed uint type**** Revision 1.2  2005/03/22 18:59:33  acudmore** updated prototype**** Revision 1.1  2005/03/22 18:58:51  acudmore** added osapi network interface**** Revision 1.1  2005/03/15 18:26:32  nyanchik** *** empty log message ********* Date Written:****    */#ifndef _osapi_network_#define _osapi_network_int32 OS_NetworkGetID             (void);int32 OS_NetworkGetHostName       (char *host_name, uint32 name_len);#endif

⌨️ 快捷键说明

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