代码搜索:UDPSocket

找到约 286 项符合「UDPSocket」的源代码

代码结果 286
www.eeworm.com/read/439084/1812240

h udpsocketappui.h

/* * ============================================================================ * Name : CUdpSocketAppUi from UdpSocketAppui.h * Part of : UdpSocket * Created : 07.03.2006 by ToBeReplac
www.eeworm.com/read/439084/1812241

h udpsocketengine.h

/* * ============================================================================ * Name : CUdpSocketEngine from UdpSocketEngine.h * Part of : UdpSocket * Created : 31.01.2006 by ToBeRepl
www.eeworm.com/read/439084/1812242

h udpsocketreceiver.h

/* * ============================================================================ * Name : CUdpSocketReceiver from UdpSocketReceiver.h * Part of : UdpSocket * Created : 31.01.2006 by ToBe
www.eeworm.com/read/439084/1812243

cpp udpsocketsender.cpp

/* * ============================================================================ * Name : CUdpSocketSender from UdpSocketSender.cpp * Part of : UdpSocket * Created : 31.01.2006 by ToBeRe
www.eeworm.com/read/439084/1812244

cpp udpsocketappui.cpp

/* * ============================================================================ * Name : CUdpSocketAppUi from UdpSocketAppui.cpp * Part of : UdpSocket * Created : 07.03.2006 by ToBeRepl
www.eeworm.com/read/439084/1812246

cpp udpsocketdocument.cpp

/* * ============================================================================ * Name : CUdpSocketDocument from UdpSocketDocument.h * Part of : UdpSocket * Created : 07.03.2006 by ToBe
www.eeworm.com/read/439084/1812247

cpp udpsocketapp.cpp

/* ============================================================================ * Name : CUdpSocketApp from UdpSocketApp.cpp * Part of : UdpSocket * Created : 07.03.2006 by ToBeReplacedByA
www.eeworm.com/read/439084/1812248

cpp udpsocketengine.cpp

/* * ============================================================================ * Name : CUdpSocketEngine from UdpSocketEngine.cpp * Part of : UdpSocket * Created : 31.01.2006 by ToBeRe
www.eeworm.com/read/443807/7623057

h main.h

#define REPEAT_CON_TIMER 200 #define CLIENTHOST 2 #define SERVERHOST 1 #define UDPHOST 3 Socketstr UDPSocket; uint8 RemoteServerIP
www.eeworm.com/read/343875/3214859

cpp sender.cpp

#include "sender.h" #include Sender::Sender(QObject *parent) : QObject(parent) { timer = new QTimer(this); udpSocket = new QUdpSocket(this); messageNo = 1; connect(timer, SI