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

📄 udpsock.h

📁 电信机房MDF、电源柜监控源码,主要用在通信机房配线设备监控、电源柜监控
💻 H
字号:
#if !defined(AFX_UDPSOCK_H__D43E4C3B_D09C_4B89_B9BE_96D6597ED99E__INCLUDED_)
#define AFX_UDPSOCK_H__D43E4C3B_D09C_4B89_B9BE_96D6597ED99E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UDPSock.h : header file
//



/////////////////////////////////////////////////////////////////////////////
// CUDPSock command target
//保留扩展用UDP通讯。
//##ModelId=44B6F88301E4
class CUDPSock : public CAsyncSocket
{
// Attributes
public:

// Operations
public:
	//##ModelId=44B6F88301F5
	CUDPSock();
	//##ModelId=44B6F88301F6
	virtual ~CUDPSock();

// Overrides
public:
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CUDPSock)
	public:
	//##ModelId=44B6F88301F8
	virtual void OnReceive(int nErrorCode);
	//}}AFX_VIRTUAL

	// Generated message map functions
	//{{AFX_MSG(CUDPSock)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

// Implementation
protected:
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_UDPSOCK_H__D43E4C3B_D09C_4B89_B9BE_96D6597ED99E__INCLUDED_)

⌨️ 快捷键说明

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