Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: Smsstd.h
Link against: smcm.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TSmsErrorExtractionCdma

class TSmsErrorExtractionCdma;

Description

This class provides helper methods to extract the status and error codes from the message status.

Members

Defined in TSmsErrorExtractionCdma:
Class(), Code()


Member functions


Code()

static IMPORT_C TUint8 Code(TInt aError);

Description

Get the status code out of the error code

Parameters

TInt aError

The message status value

Return value

TUint8

The status code extracted from the message status value.


Class()

static IMPORT_C TUint8 Class(TInt aError);

Description

Get the error class out of the error code

Parameters

TInt aError

The message status value

Return value

TUint8

The error class extracted from the message status value.