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

📄 recvsend.h

📁 中国电信文字短信收发程序。采用电信提供的接口动态库。
💻 H
字号:
// RecvSend.h: interface for the CRecvSend class.
//
#include "RecSet.h"
#include "export.h"
#include "DataStruct.h"
#include "RecSet.h"
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECVSEND_H__39FAFE91_17B3_4078_89B2_50ACA61E7A7B__INCLUDED_)
#define AFX_RECVSEND_H__39FAFE91_17B3_4078_89B2_50ACA61E7A7B__INCLUDED_

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

class CRecvSend  
{
public:
	void MainProcess();	
	CRecvSend();
	virtual ~CRecvSend();

private:
	void WriteToPHS_DELIVER(DeliverResp* pDeliverResp);
	int RecvMsg();
	int SendMsg();
	void SendToGateWay(CRecSet *pRecSet);
};

#endif // !defined(AFX_RECVSEND_H__39FAFE91_17B3_4078_89B2_50ACA61E7A7B__INCLUDED_)

⌨️ 快捷键说明

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