TSmsUserDataSettings Class Reference
class TSmsUserDataSettings |
Detailed Description
Operations on TP-UD User Data.
Constructor & Destructor Documentation
TSmsUserDataSettings ( )
IMPORT_C | TSmsUserDataSettings | ( | ) | |
Constructor - initialises iAlphabet and iFlags
Member Function Documentation
ExternalizeL ( RWriteStream & )
Parameter | Description | aStream | Stream to write to |
InternalizeL ( RReadStream & )
Parameter | Description | aStream | Stream to read from |
SetAlphabet ( TSmsDataCodingScheme::TSmsAlphabet )
Sets the Alphabet for the User Data.
Parameter | Description | aAlphabet | Alphabet |
SetTextCompressed ( TBool )
void | SetTextCompressed | ( | TBool | aCompressed | ) | [inline] |
Sets if the message text is compressed.
Parameter | Description | aCompressed | True if the message text is compressed |
SetTextConcatenated ( TBool, TBool )
IMPORT_C void | SetTextConcatenated | ( | TBool | aConcatenated, |
| TBool | aIs16Bit = EFalse |
| ) | |
Sets concatenation on/off.
Parameter | Description | aConcatenated | True to set concatenation on |
aIs16Bit | Set to true to set 16 bit concatenation reference (default 8 bit) |
TextCompressed ( )
TBool
| TextCompressed | ( | ) | const [inline] |
Tests if the message text is compressed.
Returns: True if the message text is compressed
TextConcatenated ( TBool * )
IMPORT_C TBool | TextConcatenated | ( | TBool * | aIs16Bit = NULL | ) | const |
Tests if User Data is concatenated using a 16 bit reference.
Parameter | Description | aIs16Bit | Set to true if concatenated using a 16 bit reference |
Returns: True if concatenated set as on