About customize response after recieved Deliver_sm

Smpp v3.4 client

Moderator: alt

Locked
fdlmdark
Posts: 1
Joined: Fri Jun 12, 2009 7:00 am

About customize response after recieved Deliver_sm

Post by fdlmdark » Fri Jun 12, 2009 7:08 am

Hi there, I need to send a customize DeliverSmResp to SMSC after evDeliverSm raised and data has been processed.There's only a construction method for DeliverSmResp uses the DeliverSm, but I didn't find any method which could send it back to SMSC.Please help me about this. Thank you.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Aug 13, 2009 10:06 pm

Since version 2.6.4 you can change DeliverSmResp or DataSmResp.

DeliverSm class now has Response property which can be modified in the event evDeliverSm.
Locked