Page 1 of 1

Difference Between Submit and SubmitText

Posted: Thu Apr 05, 2012 3:10 am
by dcolonv
Hello guys,

Please, can you tell me what is the difference between using smppClient.Submit() or smppClient.SubmitText()?
Because i'm trying to use the more efficient method, but i can't find enough documentation about the differences.

Best Regards
David C.

Re: Difference Between Submit and SubmitText

Posted: Mon Apr 09, 2012 4:22 pm
by alt
Hello David,

client.Submit method sends one SMPP message, but SubmitText allows to send long text which is automatically split to several SMPP message.

Re: Difference Between Submit and SubmitText

Posted: Mon Apr 09, 2012 4:43 pm
by dcolonv
All right alt.
Thanks a lot.