Difference Between Submit and SubmitText

.NET library for SMPP protocol
Locked
dcolonv
Posts: 5
Joined: Thu Dec 08, 2011 2:30 am

Difference Between Submit and SubmitText

Post by dcolonv » Thu Apr 05, 2012 3:10 am

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.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Difference Between Submit and SubmitText

Post by alt » Mon Apr 09, 2012 4:22 pm

Hello David,

client.Submit method sends one SMPP message, but SubmitText allows to send long text which is automatically split to several SMPP message.
dcolonv
Posts: 5
Joined: Thu Dec 08, 2011 2:30 am

Re: Difference Between Submit and SubmitText

Post by dcolonv » Mon Apr 09, 2012 4:43 pm

All right alt.
Thanks a lot.
Locked