⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ylfcommon.h

📁 七号信令解码器
💻 H
字号:
// ylfCommon.h: interface for the ylfCommon class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_)
#define AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class ylfCommon  
{
public:
	static void GetRecasueString(BYTE code, char *msg, int len);
	static void BuildColumns(CListCtrl& ListCtrl,int nCols, int * nWidth, CString * strCol,int* nFmt=NULL);
public:
	static bool GetMsgBAddr(BYTE* buf,char* addr,int len);

	ylfCommon();
	virtual ~ylfCommon();

};

#endif // !defined(AFX_YLFCOMMON_H__58A44E1A_4F54_408A_9B43_77258691344B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -