代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol
[This document should not be considered a complete description
of the protocol, as it is still under development.]
The RTERM protocol is very simple.
The data stream consists of data and comm
protocol.as
package cn.humanmonth.chat{
/**
*
* @author Piterlin
* 协议部份,由于数量比较少,所以集中在一个类里面。主要由UI调用。
*/
public class Protocol {
private var connector:Connector;
public function Protocol(conn
protocol.h
/***************************************************************************
Copyright : 2003
Program : PROTOCOL.H
Version : 1.1
******************************************************
protocol.h
/*============================================================================
____________________________________________________________________________
________
protocol.c
/*============================================================================
____________________________________________________________________________
________
protocol.h
#ifndef _protocol_h_
#define _protocol_h_
void CheckConfigID(void);
#define TypDIObj 1
#define TypDOObj 2
#define TypAIObj 3
#define TypFIObj 4
#define TypFOObj 5
#define TypSendMsg 6
#d
protocol.asp
注册注意事项
protocol.c
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include
#include
#include
#include
#inc
protocol.c
/*++
Copyright(c) 1992 Microsoft Corporation
Module Name:
protocol.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
Re