代码搜索:CMPP_CONNECT
找到约 35 项符合「CMPP_CONNECT」的源代码
代码结果 35
www.eeworm.com/read/400180/11581700
h spsms.h
#ifndef SPSMS_H
#define SPSMS_H
#pragma pack(push, 1)
// 消息 Command_Id值 说明
#define CMPP_CONNECT 0x00000001 // 请求连接
#define CMPP_CONNECT_RESP 0x80000001 // 请求连接应答
#define CMPP_TERMI
www.eeworm.com/read/129035/14269199
h cmpp.h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/129035/14269255
~h cmpp.~h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/116776/14955414
h cmppmessage.h
#ifndef CMPP_MESSAGE_H
#define CMPP_MESSAGE_H
#include
// 标准端口号
#define CMPP_PORT 7890
#define CMPP_Connect 0x00000001
#define CMPP_Connect_REP 0x80000001
#define CMPP_T
www.eeworm.com/read/113241/15466784
bak cmpp.h.bak
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/113241/15466807
h cmpp.h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/113241/15466822
~h cmpp.~h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/288887/8596349
h cmppmessage.h
// 标准端口号
#define CMPP_PORT 7890
#define CMPP_Connect 0x00000001
#define CMPP_Connect_REP 0x80000001
#define CMPP_Terminate 0x00000002
#define CMPP_Submit 0x00000004
#define CMPP_Ter
www.eeworm.com/read/291969/8384709
pas cmpp_protocol.pas
//文件名称:YiDong_Cmpp.pas
//文件标识:tYD_Cmpp类
//当前版本:1.0
//作 者:邵青山,李朔刚
//mail: sqs@minefont.com lshuogang@sohu.com
//完成日期:2003年5月27日
unit CMPP_Protocol;
interface
const
CMPP_CONNECT: Lon
www.eeworm.com/read/377619/9269414
pas cmpp_protocol.pas
//文件名称:YiDong_Cmpp.pas
//文件标识:tYD_Cmpp类
//当前版本:1.0
//作 者:邵青山,李朔刚
//mail: sqs@minefont.com lshuogang@sohu.com
//完成日期:2003年5月27日
unit CMPP_Protocol;
interface
const
CMPP_CONNECT: Lon