gatestate.h

来自「dialogic voip 测试代码」· C头文件 代码 · 共 39 行

H
39
字号
/**********************************************************************************************
* 
* $ProjectName: X:/SIPROJ/VOIP/HOST/WIN_NT/DEMOS/Samples.rel5/Dm3/Iplink/project.pj $
* $ProjectRevision: 1.5 $
* $Label$
* $Revision: 1.2 $ - $Date: 2001/09/06 14:37:40 $
* 
**********************************************************************************************/

#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 : pSession   -  poiner to GateSession structure 
*               unsigned short newState  -  New state to update channel to
*      OUTPUT : None
*     RETURNS : void
*    CAUTIONS : None.
****************************************************************/
void gateUpdate(GateSession * pSession, 
                unsigned short newState);


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

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

⌨️ 快捷键说明

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