代码搜索:CMPP
找到约 2,997 项符合「CMPP」的源代码
代码结果 2,997
www.eeworm.com/read/111887/6151702
java cmppdeliver.java
import java.lang.*;
import java.net.*;
import java.io.*;
import CMPPCommandID;
import CMPPPacket;
import CMPPStatusReport;
public class CMPPDeliver extends CMPPPacket
{
public int msg_i
www.eeworm.com/read/401739/11551397
cpp cmppapi_test.cpp
// CMPPAPI_TEST.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "cmpp_sock.h"
#include "cmpp_types.h"
#include "cmpp_error.h"
www.eeworm.com/read/106594/15633448
h drvmacro.h
#ifndef __COMMUNICATE__H
#define __COMMUNICATE__H
#define IF_TYPE_ESME 1
#define IF_TYPE_GATEWAY 2
#define IF_TYPE_SMPP 3
//by ycl 2001.9.10
#define IF_TYPE_CMPP 5
//end
#define TCPIP
www.eeworm.com/read/105730/15659935
cpp cmppapi_test.cpp
// CMPPAPI_TEST.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "cmpp_sock.h"
#include "cmpp_types.h"
#include "cmpp_error.h"
www.eeworm.com/read/105730/15659981
cpp cmppapi_test.cpp
// CMPPAPI_TEST.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "cmpp_sock.h"
#include "cmpp_types.h"
#include "cmpp_error.h"
www.eeworm.com/read/484798/1268145
package-list
com.huawei.smproxy
com.huawei.smproxy.comm.cmpp
com.huawei.smproxy.comm.cmpp.message
com.huawei.smproxy.comm.cmpp30
com.huawei.smproxy.comm.cmpp30.message
www.eeworm.com/read/281018/4120701
java test.java
package com.asiainfo.batchsend.sms.sms;
import com.asiainfo.batchsend.sms.sms.cmpp.type.CMPP2;
import com.asiainfo.batchsend.sms.sms.cmpp.CMPP_Service;
/**
* Title:
* Description
www.eeworm.com/read/196079/5104397
conf sms.conf
#file:sms_service.conf
#cmpp config
cmpp_ip=192.168.0.2
cmpp_port=7890
cmpp_uid=123456
cmpp_pwd=123456
#mysql config
mysql_ip=192.168.0.2
mysql_port=3306
mysql_uid=root
mysql_pwd=jiniang
mysql_name=
www.eeworm.com/read/281018/4120731
java cmppsubmitmessage.java
package com.asiainfo.batchsend.sms.sms.cmpp.message;
import java.util.*;
import com.asiainfo.batchsend.sms.sms.cmpp.CMPP_InitMessage;
import com.asiainfo.batchsend.sms.sms.cmpp.util.Log;
import
www.eeworm.com/read/401739/11551419