AdhamAwadhi / JamaaSMPP

Jamaa SMPP Client is a .NET implementation of the SMPP protocol that focuses on providing an easy-to-use and robust SMPP client library for .NET developers. This project is intended to be used by developers who want to integrate SMS functionalities in their applications as well as students who are learning the SMPP protocol.
https://github.com/AdhamAwadhi/JamaaSMPP/wiki
Other
43 stars 36 forks source link

Combining UDH Message #23

Closed gerann0204 closed 6 years ago

gerann0204 commented 6 years ago

Do you have sample code that combine the UDH message/concatenated message in submit_sm.

AdhamAwadhi commented 6 years ago

It's already support concatenated if text is long. But you can see TextMessage.cs - L80