SMPP Server return custom CommandStatus?

Post Reply
AG70
Posts: 15
Joined: Sun May 19, 2013 5:48 pm

SMPP Server return custom CommandStatus?

Post by AG70 » Sun Mar 07, 2021 5:19 pm

Hi,

How can I return a custom CommandStatus for data.Response.Header.Status starting from address 0x00000400 (or decimal from 1024) please?

Thanks,
AG
Kind Regards,
Asaf
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMPP Server return custom CommandStatus?

Post by alt » Mon Mar 08, 2021 10:43 am

Code: Select all

data.Response.Header.Status =  (CommandStatus)0x00000400;
AG70
Posts: 15
Joined: Sun May 19, 2013 5:48 pm

Re: SMPP Server return custom CommandStatus?

Post by AG70 » Mon Mar 08, 2021 11:37 am

Thanks you very much for your support.
Kind Regards,
Asaf
Post Reply