maybe submitSM.Optional.Add(new TLV(0x0501,1, new byte[] {2}));
is correct?
Search found 2 matches
- Sun Sep 30, 2012 10:54 am
- Forum: Inetlab.SMPP v1.0
- Topic: Sample code to Send USSD
- Replies: 6
- Views: 188085
- Mon Sep 17, 2012 9:54 am
- Forum: Inetlab.SMPP v1.0
- Topic: Sample code to Send USSD
- Replies: 6
- Views: 188085
Re: Sample code to Send USSD
submitSM.Optional.Add(new TLV(0x0501,1,2));
TLV not have this kind of constuctor
this is error or i made mistake?
Please show Example using ussd.
TLV not have this kind of constuctor
this is error or i made mistake?
Please show Example using ussd.