代码搜索:udpsocket
找到约 286 项符合「udpsocket」的源代码
代码结果 286
www.eeworm.com/read/292010/8382956
h udpsocket.h
/*
File: UDPSocket.h
Contains: Adds additional Socket functionality specific to UDP.
*/
#ifndef __UDPSOCKET_H__
#define __UDPSOCKET_H__
#ifndef __Win32__
#include
www.eeworm.com/read/292010/8383030
cpp udpsocket.cpp
/*
File: UDPSocket.cpp
Contains: Implementation of object defined in UDPSocket.h.
*/
#ifndef __Win32__
#include
#include
#endif
#include
www.eeworm.com/read/289770/8528083
h udpsocket.h
#if !defined(AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_)
#define AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/289770/8528099
cpp udpsocket.cpp
// UdpSocket.cpp : implementation file
//
#include "stdafx.h"
#include "UdpSocket.h"
#include "head.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/182117/9216743
h udpsocket.h
#pragma once
class CUDPSocket
{
public:
CUDPSocket(void);
~CUDPSocket(void);
bool Create(CString strHost,UINT nPort);
bool Delete();
bool Valid();
int SendTo(const char* buf,int len);
www.eeworm.com/read/182117/9216835
cpp udpsocket.cpp
#include "StdAfx.h"
#include "udpsocket.h"
CUDPSocket::CUDPSocket(void):_socket(INVALID_SOCKET)
{
}
CUDPSocket::~CUDPSocket(void)
{
Delete();
}
bool CUDPSocket::Create(CString strHost,UI
www.eeworm.com/read/363776/9936235
h udpsocket.h
#if !defined(AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_)
#define AFX_UDPSOCKET_H__0A297728_20FE_4B3D_832C_0884257B0B85__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/363776/9936253
cpp udpsocket.cpp
// UdpSocket.cpp : implementation file
//
#include "stdafx.h"
#include "UdpSocket.h"
#include "head.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/275640/10805295
c udpsocket.c
/*
* Copyright (c) 1999 - 2001, Artur Merke
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub
www.eeworm.com/read/275640/10805562
h udpsocket.h
/*
* Copyright (c) 1999 - 2001, Artur Merke
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ