#include <gsmuset.h>
Link against: gsmu.lib
class TSmsUserDataSettings |
Public Member Functions | |
---|---|
TSmsUserDataSettings() | |
TSmsDataCodingScheme::TSmsAlphabet | Alphabet() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
void | SetAlphabet(TSmsDataCodingScheme::TSmsAlphabet) |
void | SetTextCompressed(TBool) |
IMPORT_C void | SetTextConcatenated(TBool, TBool) |
TBool | TextCompressed() |
IMPORT_C TBool | TextConcatenated(TBool *) |
Operations on TP-UD User Data.
IMPORT_C | TSmsUserDataSettings | ( | ) |
Constructor - initialises iAlphabet and iFlags
Capability | |
---|---|
None |
TSmsDataCodingScheme::TSmsAlphabet | Alphabet | ( | ) | const [inline] |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the object.
Parameters | |
---|---|
aStream | Stream to write to |
Capability | |
---|---|
None |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the object.
Parameters | |
---|---|
aStream | Stream to read from |
Capability | |
---|---|
None |
void | SetAlphabet | ( | TSmsDataCodingScheme::TSmsAlphabet | aAlphabet | ) | [inline] |
Sets the Alphabet for the User Data.
Parameters | |
---|---|
aAlphabet | Alphabet |
void | SetTextCompressed | ( | TBool | aCompressed | ) | [inline] |
Sets if the message text is compressed.
Parameters | |
---|---|
aCompressed | True if the message text is compressed |
TBool | TextCompressed | ( | ) | const [inline] |
Tests if the message text is compressed.