Pelcod.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. // Pelcod.h: interface for the CPelcod class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_)
  5. #define AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "Com.h"
  10. class CPelcod : private CCom  
  11. {
  12. public:
  13.          CPelcod();
  14. virtual ~CPelcod();
  15. void     OpenPort(void);
  16.     void     ClosePort(void);
  17.     void     DoWork(int cmd,int addr,BOOL work);
  18. protected:
  19. void     Up(int addr,BOOL work = TRUE);
  20. void     Down(int addr,BOOL work = TRUE);
  21. void     Left(int addr,BOOL work = TRUE);
  22. void     Right(int addr,BOOL work = TRUE);
  23. void     Auto(int addr,BOOL work = TRUE);
  24. void     FocusLessen(int addr,BOOL work = TRUE);
  25. void     FocusLargen(int addr,BOOL work = TRUE);
  26. void     ZoomLessen(int addr,BOOL work = TRUE);
  27. void     ZoomLargen(int addr,BOOL work = TRUE);
  28. void     IrisLessen(int addr,BOOL work = TRUE);
  29. void     IrisLargen(int addr,BOOL work = TRUE);
  30. };
  31. #endif // !defined(AFX_PELCOD_H__C0A92320_B0B7_48C3_B082_6B264C697C6A__INCLUDED_)