class CSmsStatusReport : public CSmsPDU |
SMS-STATUS-REPORT PDU - SC to MS
Public Member Functions | |
---|---|
CSmsStatusReport() | |
~CSmsStatusReport() | |
IMPORT_C void | DischargeTime(TTime &, TInt &) |
IMPORT_C CSmsStatusReport * | DuplicateL() |
IMPORT_C TInt | MessageReference() |
IMPORT_C TBool | MoreMessagesToSend() |
TBool | ParameterIndicatorPresent() |
IMPORT_C void | ServiceCenterTimeStamp(TTime &, TInt &) |
IMPORT_C void | SetDischargeTime(const TTime &, TInt &) |
IMPORT_C void | SetMessageReference(TInt) |
IMPORT_C void | SetMoreMessagesToSend(TBool) |
void | SetParameterIndicatorPresent(TBool) |
IMPORT_C void | SetServiceCenterTimeStamp(const TTime &, TInt &) |
IMPORT_C void | SetStatus(TSmsStatus::TSmsStatusValue) |
IMPORT_C void | SetStatusReportQualifier(TSmsFirstOctet::TSmsStatusReportQualifier) |
IMPORT_C TSmsStatus::TSmsStatusValue | Status() |
IMPORT_C TSmsFirstOctet::TSmsStatusReportQualifier | StatusReportQualifier() |
Protected Member Functions | |
---|---|
void | ConstructL(CCnvCharacterSetConverter &, RFs &) |
const TSmsDataCodingScheme * | DataCodingScheme() |
void | DecodeL(TGsmuLex8 &) |
TUint8 * | EncodeL(TUint8 *) |
TUint8 * | EncodeL(TUint8 *, const TEncodeParams *) |
void | ExternalizeMessagePDUL(RWriteStream &) |
void | InternalizeMessagePDUL(RReadStream &) |
const TSmsParameterIndicator * | ParameterIndicator() |
const TSmsProtocolIdentifier * | ProtocolIdentifier() |
const CSmsAddress * | ToFromAddressPtr() |
const CSmsUserData * | UserDataPtr() |
Inherited Enumerations | |
---|---|
CSmsPDU:TSmsPDUType |
Inherited Attributes | |
---|---|
CSmsPDU::iServiceCenterAddress |
void | ConstructL | ( | CCnvCharacterSetConverter & | aCharacterSetConverter, |
RFs & | aFs | |||
) | [protected, virtual] |
CCnvCharacterSetConverter & aCharacterSetConverter | |
RFs & aFs |
TUint8 * | EncodeL | ( | TUint8 * | aPtr, |
const TEncodeParams * | aEncodeParams | |||
) | const [protected, virtual] |
TUint8 * aPtr | |
const TEncodeParams * aEncodeParams |
void | ExternalizeMessagePDUL | ( | RWriteStream & | aStream | ) | const [protected, virtual] |
RWriteStream & aStream |
void | InternalizeMessagePDUL | ( | RReadStream & | aStream | ) | [protected, virtual] |
RReadStream & aStream |
TBool | ParameterIndicatorPresent | ( | ) | const [inline] |
Gets Paramater Indicator.
True if Paramater Indicator is present
IMPORT_C void | ServiceCenterTimeStamp | ( | TTime & | aTime, |
TInt & | aNumQuarterHours | |||
) |
IMPORT_C void | SetDischargeTime | ( | const TTime & | aTime, |
TInt & | aNumQuarterHours | |||
) |
IMPORT_C void | SetMessageReference | ( | TInt | aMessageReference | ) |
TInt aMessageReference |
void | SetParameterIndicatorPresent | ( | TBool | aPresent | ) | [inline] |
Sets Paramater Indicator.
TBool aPresent | Set to True to set Parameter Indicator Present |
IMPORT_C void | SetServiceCenterTimeStamp | ( | const TTime & | aTime, |
TInt & | aNumQuarterHours | |||
) |
IMPORT_C void | SetStatus | ( | TSmsStatus::TSmsStatusValue | aValue | ) |
TSmsStatus::TSmsStatusValue aValue |
IMPORT_C void | SetStatusReportQualifier | ( | TSmsFirstOctet::TSmsStatusReportQualifier | aQualifier | ) |
TSmsFirstOctet::TSmsStatusReportQualifier aQualifier |
IMPORT_C TSmsFirstOctet::TSmsStatusReportQualifier | StatusReportQualifier | ( | ) | const |
TSmsServiceCenterTimeStamp | iServiceCenterTimeStamp | [private] |