📄 ptcmdf.h
字号:
// PtcMDF.h: interface for the CPtcMDF class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PTCMDF_H__145E1A7F_D1D5_4AE5_9F57_77E865FE5194__INCLUDED_)
#define AFX_PTCMDF_H__145E1A7F_D1D5_4AE5_9F57_77E865FE5194__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "protocolfun.h"
//##ModelId=44B6F88400CB
class CPtcMDF
{
public:
//##ModelId=44B6F88400CC
CString GetCmdNote( UCHAR ucCmd );
//##ModelId=44B6F88400CE
int Build( sCommEQ* pEQ , UCHAR ucCmd , CString& strSend);
CString Build( CString strAddr,CString strType, UCHAR ucCmd);
//##ModelId=44B6F88400DC
int Order( sCommItem* pItem );
//##ModelId=44B6F88400DE
int ACmd60H( sCommItem* pItem );
//##ModelId=44B6F88400E0
int ACmd51H( sCommItem* pItem );
//##ModelId=44B6F88400EB
int ACmd50H( sCommItem* pItem );
//##ModelId=44B6F88400ED
int ACmd4FH( sCommItem* pItem );
//##ModelId=44B6F88400EF
int ACmd4EH( sCommItem* pItem );
//##ModelId=44B6F88400FB
int ACmd4DH( sCommItem* pItem );
//##ModelId=44B6F88400FD
int ACmd44H( sCommItem* pItem );
//##ModelId=44B6F8840109
int Answer( sCommItem* pItem );
//##ModelId=44B6F884010B
int FindCmd(UCHAR ucCmd, CString& strName) ;
//##ModelId=44B6F8840119
int Transact(sCommItem* pItem) ;
//##ModelId=44B6F8840128
CPtcMDF();
//##ModelId=44B6F8840129
virtual ~CPtcMDF();
CProtocolfun m_fun;
};
#endif // !defined(AFX_PTCMDF_H__145E1A7F_D1D5_4AE5_9F57_77E865FE5194__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -