📄 siudevices.h
字号:
// SIUDevices.h: interface for the CSIUDevices class.
//
//////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Project:$$ROOT$$
// Author:谢兴锋
// Date:2005年08月12日
// Description:kingteller virtula devices platform sdk
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIUDEVICES_H__BC223752_63EB_4332_899B_906C55E7ADEA__INCLUDED_)
#define AFX_SIUDEVICES_H__BC223752_63EB_4332_899B_906C55E7ADEA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSIUDevices : public ISIUDevices
{
public:
CSIUDevices();
virtual ~CSIUDevices();
//取厂家名称
virtual CString GetVendorName();
virtual int Init();
//重启
virtual int Uninit();
int SetLight(CString csLightName, CString csFlashRate, CString& csErrorCode);
CString GetDoorState(CString csDoorName, CString csErrorCode);
void OnInitLightNameList(CStringArray& arName);
void OnInitDoorNameList(CStringArray& arName);
protected:
private:
};
#endif // !defined(AFX_SIUDEVICES_H__BC223752_63EB_4332_899B_906C55E7ADEA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -