Testing InetLab.SMPP

.NET library for SMPP protocol
Locked
magmarlingnau
Posts: 3
Joined: Fri Apr 01, 2011 10:05 am

Testing InetLab.SMPP

Post by magmarlingnau » Fri Apr 01, 2011 10:22 am

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?
magmarlingnau
Posts: 3
Joined: Fri Apr 01, 2011 10:05 am

Re: Testing InetLab.SMPP

Post by magmarlingnau » Fri Apr 01, 2011 1:44 pm

Also, how does it deal with receiving an OutBind PDU?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Re: Testing InetLab.SMPP

Post by alt » Fri Apr 01, 2011 5:09 pm

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.
magmarlingnau
Posts: 3
Joined: Fri Apr 01, 2011 10:05 am

Re: Testing InetLab.SMPP

Post by magmarlingnau » Mon Apr 04, 2011 7:54 am

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?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Re: Testing InetLab.SMPP

Post by alt » Tue Apr 12, 2011 10:36 am

You were right.
I added setters for some properties in DataSm class.

Also Outbind has been added in version 1.0.9.
Locked