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 »

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 »

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

Re: Testing InetLab.SMPP

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

Re: Testing InetLab.SMPP

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

Re: Testing InetLab.SMPP

Post by alt »

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

Also Outbind has been added in version 1.0.9.
Locked