- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
Pelcod.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- // Pelcod.h: interface for the CPelcod class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_)
- #define AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "Com.h"
- class CPelcod : private CCom
- {
- public:
- CPelcod();
- virtual ~CPelcod();
- void OpenPort(void);
- void ClosePort(void);
- void DoWork(int cmd,int addr,BOOL work);
- protected:
- void Up(int addr,BOOL work = TRUE);
- void Down(int addr,BOOL work = TRUE);
- void Left(int addr,BOOL work = TRUE);
- void Right(int addr,BOOL work = TRUE);
- void Auto(int addr,BOOL work = TRUE);
- void FocusLessen(int addr,BOOL work = TRUE);
- void FocusLargen(int addr,BOOL work = TRUE);
- void ZoomLessen(int addr,BOOL work = TRUE);
- void ZoomLargen(int addr,BOOL work = TRUE);
- void IrisLessen(int addr,BOOL work = TRUE);
- void IrisLargen(int addr,BOOL work = TRUE);
- };
- #endif // !defined(AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_)