?? daemonif.h
字號:
/*
* Copyright 2007 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
* @(#) TCP/IP_Network_Developers_Kit 1.93.00.09 08-16-2007 (ndk-c09)
*/
//--------------------------------------------------------------------------
// Network Tooks Library
//--------------------------------------------------------------------------
// Daemon.h
//
// Simple Network Daemon
//
// Author: Michael A. Denio
// Copyright 2003 by Texas Instruments Inc.
//-------------------------------------------------------------------------
_extern HANDLE DaemonNew( uint Type, IPN LocalAddress, uint LocalPort,
int (*pCb)(SOCKET,UINT32), uint Priority,
uint StackSize, UINT32 Argument, uint MaxSpawn );
_extern void DaemonFree( HANDLE hEntry );
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -