代码搜索:CMPP_CONNECT

找到约 35 项符合「CMPP_CONNECT」的源代码

代码结果 35
www.eeworm.com/read/170667/9794274

~pas cmpp_protocol.~pas

//文件名称:YiDong_Cmpp.pas //文件标识:tYD_Cmpp类 //当前版本:1.0 unit CMPP_Protocol; interface const CMPP_CONNECT: LongWord = $00000001; CMPP_CONNECT_RESP: LongWord = $80000001; CMPP_TERMI
www.eeworm.com/read/170667/9794276

pas cmpp_protocol.pas

//文件名称:YiDong_Cmpp.pas //文件标识:tYD_Cmpp类 //当前版本:1.0 unit CMPP_Protocol; interface const CMPP_CONNECT: LongWord = $00000001; CMPP_CONNECT_RESP: LongWord = $80000001; CMPP_TERMI
www.eeworm.com/read/111887/6151627

java cmppcommandid.java

public class CMPPCommandID { final public static int CMPP_RESPONSE_MASK = 0x80000000; final public static int CMPP_NACK_RESPONSE = 0x80000000; final public static int CMPP_CONNECT = 0x000
www.eeworm.com/read/111887/6151666

java cmppcommandid.java

public class CMPPCommandID { final public static int CMPP_RESPONSE_MASK = 0x80000000; final public static int CMPP_NACK_RESPONSE = 0x80000000; final public static int CMPP_CONNECT = 0x000
www.eeworm.com/read/286323/8771750

h cmpplib.h

#ifndef _CMPPLIB_H_ #define _CMPPLIB_H_ #pragma pack(push, 1) //#define CMPP_VERSION_20 // 消息 Command_Id值 说明 #define CMPP_CONNECT 0x00000001 // 请求连接 #define CMPP_CONNECT_RESP 0x8000000
www.eeworm.com/read/143761/12846856

h cmpplib.h

#ifndef _CMPPLIB_H_ #define _CMPPLIB_H_ #pragma pack(push, 1) //#define CMPP_VERSION_20 // 消息 Command_Id值 说明 #define CMPP_CONNECT 0x00000001 // 请求连接 #define CMPP_CONNECT_RESP 0x8000000
www.eeworm.com/read/259451/11790210

h cmpplib.h

#ifndef _CMPPLIB_H_ #define _CMPPLIB_H_ #pragma pack(push, 1) //#define CMPP_VERSION_20 // 消息 Command_Id值 说明 #define CMPP_CONNECT 0x00000001 // 请求连接 #define CMPP_CONNECT_RESP 0x8000000
www.eeworm.com/read/369825/9632618

h cmpplib.h

#ifndef _CMPPLIB_H_ #define _CMPPLIB_H_ #pragma pack(push, 1) //#define CMPP_VERSION_20 // 消息 Command_Id值 说明 #define CMPP_CONNECT 0x00000001 // 请求连接 #define CMPP_CONNECT_RESP 0x8000000
www.eeworm.com/read/175828/9529817

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/175828/9529836

~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