代码搜索结果
找到约 10,000 项符合
Communication 的代码
inet.cpp
/*
Inet.cpp : implementation of the CInet class
Implements the internet communication class responsible for downloading files
from the web server. It is basically a wrapper class for the Wi
commproc.c
/*
* General Purpose functions for the global management of the
* Communication Processor Module.
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
*
* In addition to the individual control of the
upnphostingservice.java
package no.auc.one.portableplayer.communication.upnphosting;
import java.util.Hashtable;
public interface UPnPHostingService {
/**
* Major version of the UPnP Device Architecture supp
upnpactioninvalidargumentsexception.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Invalid arguments.
*
* Includes the following errors:
*
* Not enough in arguments
*
unknownactionexception.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Invalid arguments.
*
* Includes the following errors:
*
* Not enough in arguments
*
upnpactionargument.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Argument for an action of a UPnP Service.
*
* The name of the argument is the same as the object instance. E.g. for this
upnppresenceinformation.java
package no.auc.one.portableplayer.communication;
public class UPnPPresenceInformation {
private String message;
private String usn;
private String location;
private String nt;
hook3.pas
//
// hook3 is driver with sample device extension and communication with user mode
// application using DeviceIoControl, it maintain a list of rules for pids
// in device extension but does noth
readme_pipeserver
FILE LIST -
pipeServer.c
DESCRIPTION -
This demo demonstrates intertask communication using pipes.
ServerStart() initializes a server task to execute functions
at a low prior
readme_echoclient
FILE LIST -
echoClient.c
DESCRIPTION -
The TCP echo client repeatedly sends the input and then reads
it back using TCP socket communication.
ECHO services are