📄 protocal645.h
字号:
// Protocal645.h: interface for the CProtocal645 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PROTOCAL645_H__EDBDE7B7_6384_447D_85B2_BB0E476F06BB__INCLUDED_)
#define AFX_PROTOCAL645_H__EDBDE7B7_6384_447D_85B2_BB0E476F06BB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ProtocalBase.h"
class CProtocal645 : public CProtocalBase
{
public:
CByteArray InBufferTemp;
BOOL SwitchApplyCode(CByteArray &byteArray, int inBufLen);
void Explain();
CProtocal645();
virtual ~CProtocal645();
};
#endif // !defined(AFX_PROTOCAL645_H__EDBDE7B7_6384_447D_85B2_BB0E476F06BB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -