Search found 2 matches

by piscui
Fri Jun 27, 2008 5:43 pm
Forum: ALT.SMS.SmppClient
Topic: Service type
Replies: 2
Views: 17670

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 ...
by piscui
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.