代码搜索:UDPSocket

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

代码结果 286
www.eeworm.com/read/430395/1930938

cpp receiver.cpp

#include "receiver.h" #include Receiver::Receiver(QObject *parent) : QObject(parent) { udpSocket = new QUdpSocket(this); udpSocket->bind(44444); connect(udpSocket, SIGNAL(read
www.eeworm.com/read/421437/2052343

cpp receiver.cpp

#include "receiver.h" #include Receiver::Receiver(QObject *parent) : QObject(parent) { udpSocket = new QUdpSocket(this); udpSocket->bind(44444); connect(udpSocket, SIGNAL(read
www.eeworm.com/read/368130/2825139

cpp receiver.cpp

#include "receiver.h" #include Receiver::Receiver(QObject *parent) : QObject(parent) { udpSocket = new QUdpSocket(this); udpSocket->bind(44444); connect(udpSocket, SIGNAL(read
www.eeworm.com/read/401985/11544964

cpp udp_ce.cpp

/*----------------------------------------- * Copyright (c) 2008 Eric Wong * 本版紧供读者参考,不得用于任何商业行为 * * 文件名称: UDP_CE.cpp * 文件标识: * 摘要:用于封装WINCE UDP通讯 * * 当前版本: 1.0 * 作者: 汪兵 Eric Wong * 完成日期: 2
www.eeworm.com/read/297392/3887109

class frmclient.class

' Gambas class file PUBLIC UDPClient AS UdpSocket PUBLIC SUB Form_Open() UDPClient=NEW UdpSocket AS "UDPClient" END '/////////////////////////////////////////////////// ' Client stuff '/////////////
www.eeworm.com/read/298327/3868060

h udphardlink.h

#ifndef _UDPHARDLINK #define _UDPHARDLINK #include "UDPSocket.h" namespace netcode { /** @brief Simple Class for communication with a socket location This is simply a UDPSocket which has b
www.eeworm.com/read/339155/3310644

cpp weatherstation.cpp

#include #include #include "weatherstation.h" WeatherStation::WeatherStation(QWidget *parent) : QDialog(parent) { udpSocket.bind(5824); connect(&udpSocket, SIGNAL(re
www.eeworm.com/read/276342/4166199

cpp weatherstation.cpp

#include #include #include "weatherstation.h" WeatherStation::WeatherStation(QWidget *parent) : QDialog(parent) { udpSocket.bind(5824); connect(&udpSocket, SIGNAL(re
www.eeworm.com/read/275638/4172998

cpp udpsockettest.cpp

// -*-c++-*- /*************************************************************************** udpsockettest.cpp - A rcss::UDPSocket testing program ------------
www.eeworm.com/read/392879/2490337

cpp udpsockettest.cpp

// -*-c++-*- /*************************************************************************** udpsockettest.cpp - A rcss::UDPSocket testing program ------------