Long string and SmppClient.SubmitAsync

Smpp v3.4 client

Moderator: alt

Locked
SANSoft
Posts: 5
Joined: Wed Jun 04, 2008 3:38 am
Location: Russia, Chelyabinsk

Long string and SmppClient.SubmitAsync

Post by SANSoft »

I'm try to send long string (128...250 chars) in USC2 coding by SmppClient.SubmitAsync method and on my phone I receive part of my string with length = original length - 128

(I send 128 char and receive 0 chars, 129 chars sent - 1 char received, etc.)

How to send more then 127 chars in USC2 coding?
(I need method SubmitTextAsync)
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

Please download last version.
http://www.inetlab.ru/Download/SmppClient.zip

Changes in the version 2.4.0

- Ability to send concatenated short message asynchronously using methods SubmitTextAsync, PrepareSubmit and SubmitAsync
Locked