hexcomtt.h
来自「基本实现单片机和PC机的通信」· C头文件 代码 · 共 22 行
H
22 行
//---------------------------------------------------------------------------
#ifndef hexcomttH
#define hexcomttH
#include "shuju.h"
#include "hexpp.cpp"
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class hexcomtt : public TThread
{
private:
protected:
void __fastcall Execute();
public:
hexcom *hexcom1;
__fastcall hexcomtt(bool CreateSuspended);
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?