Search found 2 matches

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

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.StringBuilde...
by piscui
Thu Jun 26, 2008 1:41 pm
Forum: ALT.SMS.SmppClient
Topic: Service type
Replies: 2
Views: 9608

Service type

Hi,

Is there any way to retrieve the ServiceType field from a DeliverSm object (just like in SubmitSm)?

Thanks.