代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
protocol.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
protocol.txt
--- a replacement for aproto -------------------------------------------
When it comes down to it, aproto's primary purpose is to forward
various streams between the host computer and client device
protocol.c
/*
* Copyright (C) 2008 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t
protocol.h
extern void frame_cmd(uchar cmd);
extern void frame_data(uchar cmd,uchar *databuf,uchar len);
protocol.lst
C51 COMPILER V7.08 PROTOCOL 02/27/2006 16:50:28 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE PROTOCOL
OBJECT MODULE PLACED I
protocol.c
#define _protocol_
#include "general.h"
#include "com.h"
/***********************************************************************
应答规则: 1.所有通讯由MCU发起;2.下位机必须应答
3.上位机根据情况发报告帧(正确y,重发n,放弃q)
共下面
protocol.cpp
#include
#include "protocol.h"
bool InitCom(int comport)
{
char Ccom[10];
DCB dcb;
HANDLE hCom;
BOOL fSuccess;
COMSTAT comstat;
DWORD dwError;
COMMTIM
protocol.h
#ifndef _PROTOCOL_
#define _PROTOCOL_
/*******************************************************/
/*---------------------- response----------------------*/
#define mRight 0x81
#define