Split long message after receiving from client

.NET library for SMPP protocol
Locked
xhide
Posts: 9
Joined: Wed Dec 02, 2015 3:02 pm

Split long message after receiving from client

Post by xhide » Tue Jul 07, 2020 2:05 am

Hi,

Is there an approach where I am able to split the 1 long message into multiple parts after receiving from client?

The scenario is client send in 1 long message, and I would like to return multiple DR as per message parts.

Thank you.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Split long message after receiving from client

Post by alt » Thu Jul 09, 2020 4:32 pm

Library creates concatenated parts with SMS.ForSubmit chained methods.

Examples you can find at
https://docs.inetlab.com/smpp/v1/articl ... ation.html

https://docs.inetlab.com/smpp/v1/articl ... arted.html
Locked