📄 adpcl730.h
字号:
// ADPCL730.h: interface for the CADPCL730 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADPCL730_H__7FB43B01_8D26_11D6_9E0C_82CEFFB8DB38__INCLUDED_)
#define AFX_ADPCL730_H__7FB43B01_8D26_11D6_9E0C_82CEFFB8DB38__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ADConvert.h"
class CADPCL730 : public CADConvert
{
public:
PT_DioWriteBit ptDioWriteBit;
PT_DioReadBit ptDioReadBit;
PT_DioGetCurrentDOByte ptDioGetCurrentDOByte;
PT_DioWritePortByte ptDioWritePortByte;
PT_DioReadPortByte ptDioReadPortByte;
LONG PCL730Handle;
LRESULT DioGetCurrentDOBit(LONG DriverHandle,PT_DioGetCurrentDOBit* lpDioGetCurrentDOBit);
LRESULT DioGetCurrentDOByte(LONG DriverHandle,PT_DioGetCurrentDOByte* lpDioGetCurrentDOByte);
LRESULT DioWriteBit(LONG DriverHandle,PT_DioWriteBit* lpDioWriteBit);
LRESULT DioReadBit(LONG DriverHandle,PT_DioReadBit* lpDioReadBit);
LRESULT DioWritePortByte(LONG DriverHandle,PT_DioWritePortByte* lpDioWritePortByte);//写数字量(字节0输出到指定I/O口
LRESULT DioReadPortByte(LONG DriverHandle,PT_DioReadPortByte* lpDioReadPortByte);//数字量(字节)输入指定I/O口
CADPCL730();
virtual ~CADPCL730();
};
#endif // !defined(AFX_ADPCL730_H__7FB43B01_8D26_11D6_9E0C_82CEFFB8DB38__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -