Search found 1 match

by msnleon
Thu Sep 23, 2021 6:06 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: how to decode PDU
Replies: 1
Views: 20782

how to decode PDU

would like to understand how to decode pdu like https://www.diafaan.com/sms-tutorials/gsm-modem-tutorial/online-sms-pdu-decoder/. tried byte[] byteArray = System.Text.Encoding.ASCII.GetBytes("0791448720003023240DD0E474D81C0EBB010000111011315214000BE474D81C0EBB5DE3771B"); var a = Inetlab.SMPP.PDU.Pdu...