代码搜索结果
找到约 10,000 项符合
Communication 的代码
socket.man
NAME
socket - create an endpoint for communication
SYNOPSIS
#include
int socket(int domain, int type, int protocol);
DESCRIPTION
Socket creates an endpoint f
waitall.c
/*
* This code tests waitall; in particular, the that ordering requirement
* on nonblocking communication is observed.
*/
#include
#include "mpi.h"
#if defined(NEEDS_STDLIB_PROTOTYPES)
upnpactionfailedexception.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Action Failed.
*
* May be used if current state of service prevents invoking this action.
*/
public final class UPnPActio
upnpaction.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Action for a UPnP Service.
*
* Name of the action is the same as the object instance. E.g. for this code:
* UPnPAction myA
upnpvaluerange.java
package no.auc.one.portableplayer.communication.upnphosting;
/**
* Defines bounds for legal numeric values; defines resolution for numeric
* values.
*
* Minimum: Inclusive lower bound. Def
pgpwin32ipc.h
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
pgpWin32IPC.h - PGP Win32 inter-process communication hea
port.java
// Hardware dependant methods for the communication with the mobile phone over serial line
//
// file: Port.java
// used by: Msg.java
//
// For comments see header of SMS.java.
//------------------
atmoserialconnection.h
/*
* AtmoCom.h: Class for communication with the serial hardware of Atmo Light,
* opens and configures the serial port
*
* See the README.txt file for copyright information and how to reach the au
readserial.java
package communication;
import java.io.*;
/**
* This class reads message from the specific serial port and save
* the message to the serial buffer.
*/
public class ReadSerial extends Thread
{
readserial.java
package communication;
import java.io.*;
/**
* This class reads message from the specific serial port and save
* the message to the serial buffer.
*/
public class ReadSerial extends Thread
{