代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.c
#include
#include
#include "protocol.h"
// "Register-proxy: ; ; \n"
char *registerProxy = "Register-proxy";
// "Registered-proxy: \n"
protocol.h
//---------------------------------------------------------------------------
#ifndef protocolH
#define protocolH
//---------------------------------------------------------------------------
protocol.c
#include
#include
#include "protocol.h"
// "Register-proxy: ; ; \n"
char *registerProxy = "Register-proxy";
// "Registered-proxy: \n"
protocol.h
/******************************************
* Archivo que pertenece al batalla naval *
* *
* definicion del protocolo v0.11 *
*
protocol.h
/******************************************
* Archivo que pertenece al batalla naval *
* *
* definicion del protocolo v0.11 *
*
1797 05 protocol
//接收子函数
#include
#define SECRET 0X89
unsigned char bdata s_buf,r_buf;
unsigned char data last_s;
extern bit scan_on,secret_f;
extern unsigned char delay_count;
sbit s_buf0=s_buf^0;
s
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
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