Closed kuro68k closed 6 years ago
Thank you @kuro68k , You made GetStringFromBytes
, what about GetBytesFromString
?
We did the absolute minimum required for our application I'm afraid.
I added support for ASCII string decoding. I'm not sure how much sense it makes for binary PDU messages, but since you asked: https://github.com/Primayer/JamaaSMPP/commit/5945221206fe40acdcda06ecfd7dc4d15facc2e4
Do you have sample code for combining UDH Message/ Concatenated Message in Submit_sm pdu?.
Thanks @kuro68k I added code manually cause the last changes I removed SMPPEncodingUtil.cs
.
We need to process binary PDU messages for our application, and this seems like the simplest way to handle them.