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

📄 _s_report_resp.cpp

📁 这是江苏企业通讯协议(联通版本)的一个Release
💻 CPP
字号:
// _S_REPORT_RESP.cpp: implementation of the C_S_REPORT_RESP class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "_S_REPORT_RESP.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

EMSP2_0::C_S_REPORT_RESP::C_S_REPORT_RESP()
{

}

EMSP2_0::C_S_REPORT_RESP::~C_S_REPORT_RESP()
{

}

 char* EMSP2_0::C_S_REPORT_RESP::getBytes()
{
 bsize=1;
		       //	return &mb.Result;
                       return &result;
}

void EMSP2_0::C_S_REPORT_RESP::TransFromchars(char *chars, int len)
{
	if(len>0)
	   	result=chars[1];
}

⌨️ 快捷键说明

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