代码搜索结果

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

init.c

/******************************************************************** * * File: init.c * * Description: * Initialization functions commonly used by all megaco apps. * * * Copyri

endpoint.h

/******************************************************************** * * File: endpoint.c * * Description: * * Revisions: * * Copyright 2003 Netergy Microelectronics, Inc. All

partitio.c

/****************************************************************************** File Name : partitio.c Description : Unit test for the partition API calls. *******************************

usbdesc.h

#ifndef __USB_DESC_H #define __USB_DESC_H #include "DataType.h" typedef __packed struct { U8 size; U8 type; U16 ver; U8 class; U8 subclass; U8 protocol; U8 pktsize; U16 vid; U

garminprotocol.cpp

// // GPSMapEdit // (c) Konstantin Galichsky (kg@geopainting.com), 2002-2004 // // Garmin protocol implementation. // # include "StdAfx.h" # include "GarminProtocol.h" # include "ComPort.h"

nph-test.cgi

#!/usr/bin/perl # Remember that CGI programs have to close out the HTTP header # (with a pair of newlines), after giving the Content-type: # and any other relevant or available header information. #

usbdesc.h

#ifndef __USB_DESC_H #define __USB_DESC_H #include "DataType.h" typedef __packed struct { U8 size; U8 type; U16 ver; U8 class; U8 subclass; U8 protocol; U8 pktsize; U16 vid; U

hiduser.lst

ARM COMPILER V2.53, hiduser 27/04/07 16:47:01 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE hiduser OBJECT MODULE PLACED I

usbdesc.h

#ifndef __USB_DESC_H #define __USB_DESC_H #include "DataType.h" typedef __packed struct { U8 size; U8 type; U16 ver; U8 class; U8 subclass; U8 protocol; U8 pktsize; U16 vid; U

mail.cpp

#pragma warning (disable : 4786) #include #include #include #include "..\ETransport.h" #include "mail.h" #include "MailDecoder.h" // -----------------------------