I am assigning Optional Paramter in the below method, how i am not able to get in "evDeliverSm" completed method.
public static void SendSMS(string pin, string msisdn)
{
try
{
_client.SendSpeedLimit = 0;
DataCodings coding = (DataCodings)Enum.Parse(typeof(DataCodings), "Default");
byte ...
Search found 1 match
- Tue May 20, 2014 7:51 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Accessing Optional Parameter in evDeliverSm
- Replies: 3
- Views: 19322