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_)