Il giorno mercoledì 4 luglio 2012 16:26:28 UTC+2, Bule ha scritto: > > Hi all, I am using smslib (c# version) I would like to know how to send a > PDU (binary) sms .. > to send a standard (TEXT) sms I use the follwing code: > > msg = new org.smslib.OutboundMessage(number, text); > srv.sendMessage(msg); > > How to send a PDU message ? > thanks a lot. >
Il giorno mercoledì 4 luglio 2012 16:26:28 UTC+2, Bule ha scritto: > > Hi all, I am using smslib (c# version) I would like to know how to send a > PDU (binary) sms .. > to send a standard (TEXT) sms I use the follwing code: > > msg = new org.smslib.OutboundMessage(number, text); > srv.sendMessage(msg); > > How to send a PDU message ? > thanks a lot. > -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msg/smslib/-/Oc3DzKGSpdMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
