Page 1 of 1

Testing InetLab.SMPP

Posted: Fri Apr 01, 2011 10:22 am
by magmarlingnau
Hi,

I'm am testing your library before purchasing.

How do i send a DataSm from the client? Is that possible?
Are all the responses built up and sent automatically?

Re: Testing InetLab.SMPP

Posted: Fri Apr 01, 2011 1:44 pm
by magmarlingnau
Also, how does it deal with receiving an OutBind PDU?

Re: Testing InetLab.SMPP

Posted: Fri Apr 01, 2011 5:09 pm
by alt
Hi magmarlingnau,

DataSm can be sent using client.SubmitData method.

Outbind is not implemented yet, but will be added in next versions as part of SmppServer.

Re: Testing InetLab.SMPP

Posted: Mon Apr 04, 2011 7:54 am
by magmarlingnau
Thank you for the reply.

How do you build up a DataSm? The constructor does not take in parameters and most of the DataSm properties seem to be read only?

Re: Testing InetLab.SMPP

Posted: Tue Apr 12, 2011 10:36 am
by alt
You were right.
I added setters for some properties in DataSm class.

Also Outbind has been added in version 1.0.9.