代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/123764/6057900
cpp tripserver.cpp
#include "clientsocket.h"
#include "tripserver.h"
TripServer::TripServer(QObject *parent, const char *name)
: QServerSocket(6178, 1, parent, name)
{
}
void TripServer::newConnection(int socketId
www.eeworm.com/read/485607/6554741
cpp tripserver.cpp
#include
#include "clientsocket.h"
#include "tripserver.h"
TripServer::TripServer(QObject *parent)
: QTcpServer(parent)
{
}
void TripServer::incomingConnection(int socketId)
{
Clie
www.eeworm.com/read/216668/14999751
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls,jpeg;
type
TForm1 = class(TForm)
ClientSocket1:
www.eeworm.com/read/366859/9795589
cpp tripserver.cpp
#include "clientsocket.h"
#include "tripserver.h"
TripServer::TripServer(QObject *parent, const char *name)
: QServerSocket(6178, 1, parent, name)
{
}
void TripServer::newConnection(int socketId
www.eeworm.com/read/236337/14021221
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls,jpeg;
type
TForm1 = class(TForm)
ClientSocket1:
www.eeworm.com/read/236337/14021244
~pas unit2.~pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls,jpeg;
type
TForm1 = class(TForm)
ClientSocket1:
www.eeworm.com/read/177731/9435035
h client~1.h
// ClientSocket.h : main header file for the CLIENTSOCKET application
//
#if !defined(AFX_CLIENTSOCKET_H__929B1EAB_2DAF_4778_A814_6785B79E0741__INCLUDED_)
#define AFX_CLIENTSOCKET_H__929B1EAB_2DA
www.eeworm.com/read/317645/13500311
c connect.c
#include "include/mcuapi.h"
#define CONN_STATE_CLOSE 0
#define CONN_STATE_LISTEN 6
#define CONN_STATE_CONNECTED 7
#define IEC104_MIN_APDU 12
#define IEC104_MAX_APDU 253
#defin
www.eeworm.com/read/172447/9707754
dfm server.dfm
object Form1: TForm1
Left = 218
Top = 110
Width = 544
Height = 330
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =