代码搜索结果
找到约 10,000 项符合
Protocol 的代码
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
protocol.h
void PLCResponse(void)
{
unsigned char i,ChkSum,HiByte,LoByte,WordLen,k,j,TempByte;
unsigned int Temp,WordAdrFrom;
TxdIndex=0;ChkSum=0;WordAdrFrom=0;
for (i=0;i
protocol.h
void PLCResponse(void)
{
unsigned char i,ChkSum,HiByte,LoByte,WordLen,k,j,TempByte;
unsigned int Temp,WordAdrFrom;
TxdIndex=0;ChkSum=0;WordAdrFrom=0;
for (i=0;i
protocol.h
/*
* Copyright (C) 2006 Takeharu KATO
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1.
protocol.c
/*
* Copyright (C) 2006 Takeharu KATO
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1.
protocol.h
//*************************************************************************
// Protocol definitions
//-------------------------------------------------------------------------
#define COMMAND 0
protocol.h
//*************************************************************************
// Protocol definitions
//-------------------------------------------------------------------------
#define COMMAND 0
protocol.h
//*************************************************************************
// Protocol definitions
//-------------------------------------------------------------------------
#define COMMAND 0
protocol.h
// 本文件定义了通信协议和通信消息结构
#if !defined(PROTOCOL)
#define PROTOCOL
#define PTC_NEW 100001 // 新用户进入
#define PTC_SAY 100002 // 普通聊天
#define PTC_WHISPERING 100003 // 悄悄话
#define PTC_CLIE
protocol.txt
Main port: 7080
File download port: 8070
File upload port: 7807
Packet delimeter: "///"
EoP (end of packet): "**"
Client:
Get drives: "GET"/"Drives"
Change directory: "CHG"/Directory