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

📄 pslampdevwnt.h

📁 基于sipfoundy 公司开发的sipx协议API
💻 H
字号:
//// Copyright (C) 2004, 2005 Pingtel Corp.// //// $$//////////////////////////////////////////////////////////////////////////////#ifndef _PsLampDevWnt_h_#define _PsLampDevWnt_h_// SYSTEM INCLUDES// APPLICATION INCLUDES#include "os/OsDefs.h"#include "ps/PsLampDev.h"// DEFINES// MACROS// EXTERNAL FUNCTIONS// EXTERNAL VARIABLES// CONSTANTS// STRUCTS// TYPEDEFS// FORWARD DECLARATIONSclass PsLampTask;//:Phone set lamp device support on the WIN32 platformclass PsLampDevWnt : public PsLampDev{/* //////////////////////////// PUBLIC //////////////////////////////////// */public:/* ============================ CREATORS ================================== */   PsLampDevWnt(PsLampTask* pLampTask=NULL);     //:Constructor     // Initialize the lamp device   virtual   ~PsLampDevWnt();     //:Destructor/* ============================ MANIPULATORS ============================== */   void lightLamps(unsigned long onLamps);     //:Turn on the indicated lamps/* ============================ ACCESSORS ================================= *//* ============================ INQUIRY =================================== *//* //////////////////////////// PROTECTED ///////////////////////////////// */protected:/* //////////////////////////// PRIVATE /////////////////////////////////// */private:   PsLampDevWnt(const PsLampDevWnt& rPsLampDevWnt);     //:Copy constructor (not implemented for this class)   PsLampDevWnt& operator=(const PsLampDevWnt& rhs);     //:Assignment operator (not implemented for this class)};/* ============================ INLINE METHODS ============================ */#endif  // _PsLampDevWnt_h_

⌨️ 快捷键说明

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