SubmitMode.Payload

Smpp v3.4 client

Moderator: alt

Locked
okmenn
Posts: 2
Joined: Fri Jul 24, 2009 12:17 pm

SubmitMode.Payload

Post by okmenn » Sun Dec 06, 2009 11:56 pm

what difference between Payload and ShortMessage.

I send more than 160 characters message(180 character) with SubmitMode.ShortMessage come one deliversm

I send more than 160 characters message(180 character) with SubmitMode.Payload come two deliversm

Which SubmitMode use for more than 160 characters message and less than 160 characters message


Please tell me.
BenEllis
Posts: 21
Joined: Mon Nov 09, 2009 4:30 pm
Location: Leicester, United Kingdom
Contact:

Post by BenEllis » Wed Dec 09, 2009 9:18 am

ShortMessage has a maximum of 254bytes
Payload has a maximum of 64bytes

Since most telephony networks won't let you send more than 160 characters in one SM I believe you should usually use ShortMessage.

Payload I believe is for when you might be sending larger binary data such as Logos and Ringtones.
Locked