| Classification: |
General |
Category: |
Development |
| Created: |
04/16/2008 |
Modified: |
04/24/2008 |
| Number: |
FAQ-1619 |
| Platform: |
Symbian OS v9.3, Symbian OS v9.4, Symbian OS v9.5 |
Question:
What is the maximum Number of PDUs for CSmsPDU::SetNumConcatenatedMessagePDUs() ? Answer:
The maximum number of PDUs in a concatenated message is 255.
As the documentation suggests the client will be panicked if using anything above 255 or less that 1.
The limit is one imposed by the SMS spec (23.040) which gives only 1 octet to store the PDU number and 1 to store the total PDU count.
|