Page 1 of 1

SMPP Server return custom CommandStatus?

Posted: Sun Mar 07, 2021 5:19 pm
by AG70
Hi,

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

Thanks,
AG

Re: SMPP Server return custom CommandStatus?

Posted: Mon Mar 08, 2021 10:43 am
by alt

Code: Select all

data.Response.Header.Status =  (CommandStatus)0x00000400;

Re: SMPP Server return custom CommandStatus?

Posted: Mon Mar 08, 2021 11:37 am
by AG70
Thanks you very much for your support.