如何使用Smssubmitpdu或使用C#Sms应用程序以任何其他方式发送超过160个字符的短信 [英] How Do I Send A Sms Of More Than 160 Characters Using Smssubmitpdu Or Any Other Way Using A C# Sms Application

查看:87
本文介绍了如何使用Smssubmitpdu或使用C#Sms应用程序以任何其他方式发送超过160个字符的短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

pdu smsSubmitPdu;

pdu= new smsSubmitPdu(txt_message.Text,txtDestinationNumber.Text,"");

推荐答案

作为短信,根据定义,可以发送到160个字符,所以无论你如何发送它你必须将其分解为不大于160的块!
As sms, by definition, can send up to 160 characters, so not matter how you send it you have to break it up to chunks of not larger than 160!


还没有解决我的问题任何有不同想法的人
Not yet solved my problem anybody with a different idea


使用GsmComm ....是否具有UDH的功能
Am using GsmComm....Does it have the capability of UDH


这篇关于如何使用Smssubmitpdu或使用C#Sms应用程序以任何其他方式发送超过160个字符的短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆