代码搜索结果

找到约 10,000 项符合 Communication 的代码

rrunner.c

/* * rrunner.c: Linux driver for the Essential RoadRunner HIPPI board. * * Copyright (C) 1998-2000 by Jes Sorensen, . * * Thanks to Essential Communication for providing us

cypress_m8.h

#ifndef CYPRESS_M8_H #define CYPRESS_M8_H /* definitions and function prototypes used for the cypress USB to Serial controller */ /* For sending our feature buffer - controlling serial communication

cypress_m8.h

#ifndef CYPRESS_M8_H #define CYPRESS_M8_H /* definitions and function prototypes used for the cypress USB to Serial controller */ /* For sending our feature buffer - controlling serial communication

cypress_m8.h

#ifndef CYPRESS_M8_H #define CYPRESS_M8_H /* definitions and function prototypes used for the cypress USB to Serial controller */ /* For sending our feature buffer - controlling serial communication

w1.netlink

Userspace communication protocol over connector [1]. Message types. ============= There are three types of messages between w1 core and userspace: 1. Events. They are generated each time new master

mulitmaingamethread.java

/* * Created on 2005-2-14 * */ package tankgame; import java.util.*; import java.io.*; import java.net.*; import components.*; import communication.*; /** * @author AnSen * *

myudpt~1.cpp

// MyUdpThread.cpp : implementation of the MyUdp communication thread // #include "stdafx.h" #include "MyMonitor.h" #include "MyUdpThread.h" #include "MyUdpSocket.h" #define LOG(x) { if((MyU

xmpp_c2s.cxx

/* * xmpp_c2s.cxx * * Extensible Messaging and Presence Protocol (XMPP) Core * Client to Server communication classes * * Portable Windows Library * * Copyright (c) 2004 Reitek S.p.A. * * Th

mulitmaingamethread.java

/* * Created on 2005-2-14 * */ package tankgame; import java.util.*; import java.io.*; import java.net.*; import components.*; import communication.*; /** * @author AnSen * *

transport.java

package jcifs.util.transport; import java.io.*; import java.net.*; import java.util.*; import jcifs.util.LogStream; /** * This class simplifies communication for protocols that support *