thanks for your reply
but is there any way to submit long binary messages (UserDataPdu)
more than 224 bytes at once without splitting
is there any plan to add this feature to your library
please let us know
Search found 7 matches
- Mon Nov 09, 2009 7:18 am
- Forum: ALT.SMS.SmppClient
- Topic: How Send Binary Message (UserDataPdu) more that 256 byts
- Replies: 4
- Views: 33917
- Mon Nov 09, 2009 6:50 am
- Forum: ALT.SMS.SmppClient
- Topic: Not correctly messages break
- Replies: 11
- Views: 317467
- Sat Nov 07, 2009 2:07 pm
- Forum: ALT.SMS.SmppClient
- Topic: How Send Binary Message (UserDataPdu) more that 256 byts
- Replies: 4
- Views: 33917
How Send Binary Message (UserDataPdu) more that 256 byts
I am submitting binary messages (UserDataPdu) as following
here sTextHex is variable of my hex string
example:
foreach (SubmitSm sm in req)
{
sm.UserDataPdu = HexStringToByteArray(sTextHex);
sm.RegisteredDelivery = 1;
}
SubmitSmResp[] resp = Client.Submit(req);
when the length of sTextHex ...
here sTextHex is variable of my hex string
example:
foreach (SubmitSm sm in req)
{
sm.UserDataPdu = HexStringToByteArray(sTextHex);
sm.RegisteredDelivery = 1;
}
SubmitSmResp[] resp = Client.Submit(req);
when the length of sTextHex ...
- Mon Nov 02, 2009 12:23 pm
- Forum: ALT.SMS.SmppClient
- Topic: Not correctly messages break
- Replies: 11
- Views: 317467
- Wed Oct 07, 2009 8:57 pm
- Forum: ALT.SMS.SmppClient
- Topic: Not correctly messages break
- Replies: 11
- Views: 317467
- Wed Oct 07, 2009 7:01 am
- Forum: ALT.SMS.SmppClient
- Topic: binary and text messages
- Replies: 1
- Views: 15298
- Tue Oct 06, 2009 8:47 pm
- Forum: ALT.SMS.SmppClient
- Topic: binary and text messages
- Replies: 1
- Views: 15298
binary and text messages
hi,
I am trying to send sms with you library when ever i use to submit sms if it is greater then 139 character in length is getting submitted as binary.
but i want to submit only text messages
please help me its urgent
I am trying to send sms with you library when ever i use to submit sms if it is greater then 139 character in length is getting submitted as binary.
but i want to submit only text messages
please help me its urgent