文件名称:CUdpSocket
介绍说明--下载内容均来自于网络,请自行研究使用
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 415917cudpsocket.rar 列表 CUdpSocket 使用说明\UdpSocket.cpp CUdpSocket 使用说明\UdpSocket.h CUdpSocket 使用说明\UDPSOCKET.pdf CUdpSocket 使用说明