代码搜索结果

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

protocol.c

//接收子函数 #include #include volatile unsigned char bdata s_buf,r_buf; //发送缓冲区、接收缓冲区 volatile unsigned char data last_s; //上次发送字节 extern bit scan_on; //扫描状态,main

protocol.c

#ifndef _protocol_c #define _protocol_c #endif #include "net.h" #include "struct.h" #include "fundef.h" #include "variable.h" unsigned int createtcpcrc(void); void create_ip_packet(union i

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-security

Protocol Security Summary by Peter Mueller PPTP is known to be a faulty protocol. The designers of the protocol, Microsoft, rec

smbus-protocol

SMBus Protocol Summary ====================== The following is a summary of the SMBus protocol. It applies to all revisions of the protocol (1.0, 1.1, and 2.0). Certain protocol features which are not

protocol.lst

C51 COMPILER V7.02a PROTOCOL 04/23/2005 11:28:04 PAGE 1 C51 COMPILER V7.02a, COMPILATION OF MODULE PROTOCOL OBJECT MODULE PLACED

protocol.c

//接收子函数 #include #include volatile unsigned char bdata s_buf,r_buf; //发送缓冲区、接收缓冲区 volatile unsigned char data last_s; //上次发送字节 extern bit scan_on; //扫描状态,main

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