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

📄 statfp.h

📁 ipt网关源码
💻 H
字号:
/**********************************************************************************************
* 
* $ProjectName: X:\SIPROJ\VOIP\HOST\WIN_NT\DEMOS\VOIPGATE\PROJECT.PJ $
* $ProjectRevision: 1.1 $
* $Label$
* $Revision: 1.5 $ - $Date: 1997/07/14 14:53:59 $
* 
**********************************************************************************************/

#ifndef _STATFP_H
#define  _STATFP_H                

#ifdef __cplusplus
extern "C" {
#endif /* def __cplusplus */

#include "GateStrc.h"


/*****FUNCTION **********************************************
*        NAME : gateUpdate 
* DESCRIPTION : Update Session state and state machine function
*       INPUT : USHORT channel   -  Channel to update information 
*               USHORT newState  -  New state to update channel to
*      OUTPUT : None
*     RETURNS : void
*    CAUTIONS : None.
****************************************************************/
void gateUpdate(GateSession * pCamelsession, 
                USHORT newState);


#ifdef __cplusplus                /* close C++ brackets */
}   
#endif /* def __cplusplus */

#endif /* ndef _STATFP_H */
/*** End of File ***/

⌨️ 快捷键说明

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