Thanks very much.
I had found a workaround (posted below in case it's useful to anyone), but having it on the library is much handier.
string serviceType = GetServiceType(data.PacketBytes);
...
private string GetServiceType( byte[] data )
{
System.Text.StringBuilder sb = new System.Text ...
Search found 2 matches
- Fri Jun 27, 2008 5:43 pm
- Forum: ALT.SMS.SmppClient
- Topic: Service type
- Replies: 2
- Views: 17670
- Thu Jun 26, 2008 1:41 pm
- Forum: ALT.SMS.SmppClient
- Topic: Service type
- Replies: 2
- Views: 17670
Service type
Hi,
Is there any way to retrieve the ServiceType field from a DeliverSm object (just like in SubmitSm)?
Thanks.
Is there any way to retrieve the ServiceType field from a DeliverSm object (just like in SubmitSm)?
Thanks.