• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 
March 14, 2025, 04:39:05 pm

News:

SMF - Just Installed!


multipart receiving

Started by skydiablo, July 20, 2009, 02:29:00 pm

Previous topic - Next topic

skydiablo

hi,
what is about multipart sms receiving ? will it automatic concating the pdu encoded parts to one message ?

greez & thx, sky...

Roman Novgorodov

Hello

You can use following properties for find all parts of multipart SMS message:
TnrPduSms.PartId;
TnrPduSms.PartCount;
TnrPduSms.PartNumber;

We did not implement automatic concating because it can get wrong result if some parts are missed or have received in disorder.
Maybe we will implement this in the future.

Roman Novgorodov
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

hp1361

Hi

Didn't you implement automatic concating?

thanks